SilenceLove / HXPHPicker

Photo/Video Selector-Supports LivePhoto, GIF selection, online download of resources on iCloud, and editing of photos/videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

大佬可不可以限制选择图片尺寸大小

shandawy opened this issue · comments

/// 照片选择的最大文件大小,为0则不限制
public var maximumSelectedPhotoFileSize: Int = 0

能限制图片尺寸吗

可以通过这个回调处理
尺寸大小 photoAsset.imageSize

/// 将要选择cell 不能选择时需要自己手动弹出提示框
    /// - Parameters:
    ///   - pickerController: 对应的 PhotoPickerController
    ///   - photoAsset: 对应的 PhotoAsset 数据
    func pickerController(
        _ pickerController: PhotoPickerController,
        shouldSelectedAsset photoAsset: PhotoAsset,
        atIndex: Int
    ) -> Bool