一个受 Facebook iOS 应用启发的,用于 iOS6 和 iOS7 的照片浏览器。
包含演示项目。
它目前支持
建议使用 CocoaPods 安装组件,只需在 Podfile 中包含以下行即可获取最新版本: pod "AGPhotoBrowser"
包含一个演示项目,可展示如何使用照片浏览器。
< AGPhotoBrowserView.h
< AGPhotoBrowserView
并将委托和数据源设置为您的类-(NSInteger)numberOfPhotosForPhotoBrowser:(AGPhotoBrowserView *)photoBrowser
和 -(UIImage *)photoBrowser:(AGPhotoBrowserView *)photoBrowser imageAtIndex:(NSInteger)index
-(NSString *)photoBrowser:(AGPhotoBrowserView *)photoBrowser titleForImageAtIndex:(NSInteger)index
和 -(NSString *)photoBrowser:(AGPhotoBrowserView *)photoBrowser descriptionForImageAtIndex:(NSInteger)index
- (void)show
或 - (void)showFromIndex:(NSInteger)initialIndex
方法显示浏览器- (void)hideWithCompletion:( void (^)(BOOL finished) )completionBlock
关闭照片浏览器更多信息可以在我的网站 上找到、以及在 Twitter 上。