OpenFlow:
a free, open source replacement for Apple’s private CoverFlow API.
The main class, AFOpenFlowView, is a subclass of UIView.
To use this in your own project:
- Add the OpenFlow source code to your project.
- Add the QuartzCore and CoreGraphics frameworks.
- Import “AFOpenFlowView.h” & interact with it as you would a normal UIView.
- You should implement both the AFOpenFlowViewDelegate andAFOpenFlowViewDataSource protocols.
At any point, you can set UIImage‘s on your AFOpenFlowView. You don’t need to wait for the datasource protocol to ask you. Your AFOpenFlowView will start displaying images as soon as you call setNumberOfImages.

OpenFlow是一款免费开源的CoverFlow API替代方案,适用于苹果平台。主要类AFOpenFlowView继承自UIView,可在项目中轻松集成并使用。需实现AFOpenFlowViewDelegate及AFOpenFlowViewDataSource协议,并可通过setNumberOfImages方法直接设置UIImage。
1332

被折叠的 条评论
为什么被折叠?



