BLImageViewer
功能簡單輕量黔帕,支持輪播,漸進顯示消失等旨涝。
使用起來更簡單蹬屹,先實例化一個BLImageViewer,可以傳入UIImage的數(shù)組白华,以及希望顯示的當前圖片的index:
-(instancetype)initWithImages:(NSArray*)images
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? index:(NSInteger)index;
也可以使用下面這個方法傳入網(wǎng)絡圖片URL的數(shù)組:
-(instancetype)initWithURLs:(NSArray*)urls
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? index:(NSInteger)index;
然后在需要的時候展示即可
-(void)present;
源碼在這里:
https://github.com/borischou/BLImageViewer