iOS实用开源代码推荐 列了一些自己将来可能会用到的比较使用的一些开源的代码,都很不错,即使用不到也可以学习一下。
1.MIMChart-Library
提供了以下几种统计图表
1.Pie Chart
2.Line Graph
3.Wall Graph
4.Bar Graph (Simple, Grouped, Stacked)
5.Fragmented Pie Chart
https://github.com/ReetuRaj/MIMChart-Library
2.PrettyKit
UIKit 的自定义美化,尤其喜欢其中的自定义的GroupTable。
https://github.com/vicpenap/PrettyKit
3.PepperUI Library(商业授权)
Free-to-try version of commercial PepperUI library for iOS.
https://github.com/torinnguyen/PepperUIDemoFree
http://www.binpress.com/app/pepperui-for-ios/960/downloads
4.Dazzle
A demonstration of particle effects in iOS 5 with CAEmitterLayer and CAEmitterCell — Read more
https://github.com/lichtschlag/Dazzle
5.iCarousel
A simple, highly customisable, data-driven 3D carousel for iOS and Mac OS —
https://github.com/nicklockwood/iCarousel
6.MPFoldTransition
Easily add custom folding and page-flipping transitions to UIViews and UIViewControllers — Read more
7.SVPullToRefresh iOS目前最好用的下拉刷新和自动加载更多的控件 之前用过很多的下拉刷新的开源代码,在之基础上也做了很多自己的修改。但是看到SVPullToRefresh以后义无反顾的抛弃了之前的代码,这是我见过iOS上最好用的开源控件,简单易用,不拖泥带水,几行代码就可以搞定。最强烈推荐。 https://github.com/samvermette/SVPullToRefresh 下一篇文章主要写已经融进自己的iOS框架的开源项目,更基础更实用。