| | |
| | | - (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 |
| | | |
| | |
| | | - (void)showNextPhotoAnimated:(BOOL)animated; |
| | | - (void)showPreviousPhotoAnimated:(BOOL)animated; |
| | | |
| | | // Expansion |
| | | /// 展示下载按钮 OnPro2.0 添加于 23.06.15 |
| | | - (void)showDownloadBtn; |
| | | |
| | | @end |