萤石云 iOSSDK,移植跨平台相关工程
Davin
2023-06-15 011b0cc918bfa0e36a9ad4a0f45c18b801815920
EZSDK/EZSDK/EZ/Venders/MWPhotoBrowser/MWPhotoBrowser.h
@@ -35,6 +35,13 @@
- (BOOL)photoBrowser:(MWPhotoBrowser *)photoBrowser isPhotoSelectedAtIndex:(NSUInteger)index;
- (void)photoBrowser:(MWPhotoBrowser *)photoBrowser photoAtIndex:(NSUInteger)index selectedChanged:(BOOL)selected;
- (void)photoBrowserDidFinishModalPresentation:(MWPhotoBrowser *)photoBrowser;
/// OnPro2.0版本添加单击事件
/// - Parameter photoBrowser: 当前图片对象
- (void)didClickCurrentPhotoBrowserBlank:(MWPhotoBrowser *)photoBrowser;
/// OnPro2.0版本添加下载功能
/// - Parameter photoBrowser: 当前预览对象
- (void)didClickDownLoad:(MWPhotoBrowser *)photoBrowser;
@end
@@ -72,4 +79,8 @@
- (void)showNextPhotoAnimated:(BOOL)animated;
- (void)showPreviousPhotoAnimated:(BOOL)animated;
// Expansion
/// 展示下载按钮 OnPro2.0 添加于 23.06.15
- (void)showDownloadBtn;
@end