TZImagePreviewController icon indicating copy to clipboard operation
TZImagePreviewController copied to clipboard

对TZImagePickerController库的增强,支持用UIImage、NSURL预览照片和用NSURL预览视频。

Results 6 TZImagePreviewController issues
Sort by recently updated
recently updated
newest added

TZImagePickerController *imagePickerVc = [[TZImagePickerController alloc] initWithMaxImagesCount:1 columnNumber:4 delegate:weakSelf pushPhotoPickerVc:NO]; 设置的单选 TZImagePreviewController *previewVc = [[TZImagePreviewController alloc] initWithPhotos:videos currentIndex:idx tzImagePickerVc:imagePickerVc]; 但传入数组用于展示后,选中的逻辑变为多选了

问题描述:第一次预览网络图片时会出现,后面则不会 开发环境:Xcode13.1,iOS15.1 ![2121638171835_ pic](https://user-images.githubusercontent.com/15340066/143827898-0b76c153-0588-4591-8dc2-db78f1999645.jpg) ![2111638171836_ pic](https://user-images.githubusercontent.com/15340066/143827938-b88ff3b3-97de-4496-b346-1897e6d5fd54.jpg)

iOS13会报'Client error attempting to change layout margins of a private view'错误

If the selected photo is duplicated, the Index on the navigation bar is not initialized correctly.