hm_image_select_view
OpenHarmony三方库中心仓:https://ohpm.openharmony.cn/#/cn/detail/image_select_view
介绍
Harmony Next 图片选择库,可设置最大选择数量、单行显示数量、横向竖向间隔;点击图片后全屏预览
软件架构
Harmony next版本,兼容API12
效果图
安装教程
- ohpm install image_select_view
使用说明
- 引入仓库
基础使用:
import { CommonTitleBar, TitleType } from '@ohos/commonTitleBar'
import { ImageSelectView } from '@ohos/imageSelectView';
@Component
export struct ImagePage {
build() {
NavDestination() {
Scroll() {
Column() {
Commo