Skip to content

Releases: SilenceLove/HXPhotoPicker

4.2.0

23 Apr 02:39
Compare
Choose a tag to compare

新增

  • 隐私 api 添加 .xcprivacy 文件

修复

4.1.9.1

17 Apr 03:58
7ff8c1c
Compare
Choose a tag to compare

4.1.8

24 Mar 08:15
Compare
Choose a tag to compare

4.1.7

10 Mar 07:36
Compare
Choose a tag to compare

修复

4.1.6

16 Feb 11:45
Compare
Choose a tag to compare

新增

  • 所有图标可自定义HX.ImageResource

  • 所有文本内容可自定义HX.TextManager

  • Picker

    • 一键设置主题色config.themeColor = .systemBlue[620]
    • PhotoAsset新增可指定UIImagesize[624]
      /// targetSize: 指定imageSize
      /// targetMode: 裁剪模式
      let image = try await photoAsset.image(targetSize: .init(width: 200, height: 200), targetMode: .fill)
    
    • PhotoAsset新增获取用于展示的内容
      /// 获取缩略图
      let thumImage = try await photoAsset.requesthumbnailImage()
    
      /// 获取预览图
      let previewImage = try await photoAsset.requestPreviewImage()
    
      /// 获取 AVAsset
      let avAsset = try await photoAsset.requestAVAsset()
    
      /// 获取 AVPlayerItem
      let playerItem = try await photoAsset.requestPlayerItem()
    
      /// 获取 PHLivePhoto
      let livePhoto = try await photoAsset.requestLivePhoto()
    
  • Camera

    • 相机画面大小可以自定义config.aspectRatio = ._9x16

修复

  • Editor
    • 使用圆形裁剪框并且旋转裁剪后,再次进入编辑界面内容偏移的问题

优化

  • Picker
    • 快速滑动显示效果

4.1.5

10 Jan 07:25
Compare
Choose a tag to compare

4.1.4

24 Dec 09:56
Compare
Choose a tag to compare

4.1.3

16 Dec 09:56
Compare
Choose a tag to compare

修复

  • Picker
    • 预览界面底部列表可能错乱的问题
  • [605]
  • [599]

4.1.1

14 Nov 09:25
Compare
Choose a tag to compare

新增

  • Editor
    • 画面调整新增高光阴影色温效果

修复

4.1.0

07 Nov 07:51
Compare
Choose a tag to compare

新增

  • Editor
    • 贴纸列表支持自定义,实现协议EditorChartletListProtocol

修复

  • Picker

    • 多次快速手势返回可能导致界面无响应的问题
  • [593]

  • [592]