HXPHPicker icon indicating copy to clipboard operation
HXPHPicker copied to clipboard

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

Results 29 HXPHPicker issues
Sort by recently updated
recently updated
newest added

选择的视频超出最大限制maximumSelectedVideoFileSize后如何自动跳转到编辑页

友盟反馈的问题:HXPHPicker Application threw exception NSGenericException: *** -[AVCaptureSession startRunning] startRunning may not be called between calls to beginConfiguration and commitConfiguration3 HXPHPicker 0x00000001041258d4 0x1040e4000 + 268500

在后台线程中改变UI布局 DispatchQueue.global().async { let asset: Any let mediaType: PHAssetMediaType let photoAsset: PhotoAsset switch result { case .image(let image): asset = image mediaType = .image photoAsset = .init(localImageAsset: .init(image: image)) case...

提个建议,把这句强转给个默认值。不然很高几率出现添加多媒体之后再次添加会闪退(window获取为nil)。 ![image](https://user-images.githubusercontent.com/23376484/182527315-160d9fcb-6076-4a61-9e34-f19fa0190398.png)

/// 相机分辨率 public var sessionPreset: Preset = .hd1280x720 这个默认设置

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

I want to modify some code in the source file