PoporImageBrower
示例
To run the example project, clone the repo, and run `pod install` from the Example directory first.
本项目摘自https://github.com/zhoushaowen/SWPhotoBrower,目的在于增加了本地UIImage模式.
要点:
1.smallImage必须和bigImage比例一致,不然会发生意外,如果不一致,可以设置代码忽略代码smallImage.
2.默认图片数组为copy,也可以使用weak类型,用于第二次开发.
需求
安装
PoporImageBrower 可通过CocoaPods获取。要安装它,只需将以下行添加到您的 Podfile
pod 'PoporImageBrower'
1.01 图片浏览,屏幕旋转刷新当前CC显示UI;不再推荐自动恢复屏幕方向,推荐使用APP自己的方向管理方案,代码只负责刷新自己UI;
作者
popor, [email protected]
许可协议
PoporImageBrower 在MIT许可下可用。更多信息请参阅LICENSE文件。