HXPhotoPicker icon indicating copy to clipboard operation
HXPhotoPicker copied to clipboard

图片/视频选择器 - 支持LivePhoto、GIF图片选择、3DTouch预览、在线下载iCloud上的资源、编辑图片/视频、浏览网络图片 功能 Imitation wx photo/image picker - support for LivePhoto, GIF image selection, 3DT...

Results 99 HXPhotoPicker issues
Sort by recently updated
recently updated
newest added

HXPhotoPreviewViewController当进行大图浏览时虽然在customPreviewToView这个里面可以拿到currentIndex然后把轮播图滚动到当前页码,但有时候退出时的currentIndex在原来的UICollectionView中位置是在屏幕外的,还没有创建cell,这个时候cell就是nil,就会失去动画效果

**bug提交前阅读** 1.请先阅读【相关问题】,里面有常见问题的解决方案; 2.请先搜索已有的Issues,尝试找到相同问题的讨论; 3.请先阅读相关类的API、源码,尝试从源码找到答案; 4.如果以上步骤都未能解决你的疑问,欢迎提交ISSUE; **bug描述** [[PHPhotoLibrary sharedPhotoLibrary] registerChangeObserver:self]; 闪退报EXC_BAD_ACCESS (code=1, address=0x8aa000410) 授权完成后 就会出现。最新3.3.1版本 请简单描述你的bug现象。 **版本号** 1.HXPhotoPicker版本号:?3.3.1 2.手机系统版本号:?12.4.1 3.手机型号:?iPhone8 **复现步骤** 1. 遇到问题的相关效果、类是:? 2.具体的操作步骤是:? **截图、GIF** ![HXPhotoPicker实现方法](https://user-images.githubusercontent.com/6937620/184789974-e6db4477-0b3c-4858-b7ab-329b0c3759ae.png) ![相册首次授权后](https://user-images.githubusercontent.com/6937620/184789949-85b16f56-5268-4b84-806c-ef3ad24fceb8.png) ![已受过权,再次进入该页面](https://user-images.githubusercontent.com/6937620/184789986-12743825-7839-4595-b4b1-b08212077692.png) 提供bug出现时的截图或者GIF。

Can I only install the Photo Browser feature?

![WX20231215-150607@2x](https://github.com/SilenceLove/HXPhotoPicker/assets/3774362/5a7ec9e4-c2f6-4a63-86ee-2ffaf2d014a7) ![WX20231215-150620@2x](https://github.com/SilenceLove/HXPhotoPicker/assets/3774362/18be6c66-5994-4be9-a62b-246bbae39003)

help wanted

先用苹果自带相机录个长视频,然后用我们这个框架选择视频,选择时候的视频变成了横屏的

![image](https://github.com/SilenceLove/HXPhotoPicker/assets/25787973/c72285a9-2f1a-4717-8148-bb22ff658989)

Video File: https://we.tl/t-pAhUdQeXmG Open Safari, paste the link and download the video. Go to Files. Save Video to Photos. Using the Demo try to edit the video by cropping "square...

感觉目前的这种方式有点不友好啊minimumLineSpacing+sectionInset+collectionView.frame虽然能达到图片间距效果,但最好还是自定义一个flowLayout,其他什么都不用关心,而且更改特别方便,比如后期想增加图片切换的各种动画,只需更改flowLayout即可 ![WX20230406-162553@2x](https://user-images.githubusercontent.com/26376013/230319881-e33eea0a-3b0f-4635-978a-053439cff82d.png)

复现步骤: 最新demo -> Editor -> 打开编辑器 -> 选择一张图片 -> 完成 ![image](https://github.com/SilenceLove/HXPhotoPicker/assets/12481783/fd1845c8-a19d-4ae5-9241-9d9342c5c0f1)

Hello @SilenceLove , Wonderfull job with HXPhotoPicker, you got my support ! I would like to add your Camera button + flip button on my UIViewController (because I have already...