HEPhotoPicker icon indicating copy to clipboard operation
HEPhotoPicker copied to clipboard

选择类型为视频时,对于相册授权不是全部时,没有视频时点击头部下拉箭头闪退的问题

Open ashen-zhao opened this issue 2 years ago • 0 comments

HEPhotoPickerViewController 文件 408行左右

if (listView.tableView.cellForRow(at: preSelectedTableViewIndex) != nil) { listView.tableView.selectRow(at: preSelectedTableViewIndex, animated: false, scrollPosition:.middle) }

ashen-zhao avatar Jan 07 '23 02:01 ashen-zhao