iOS 好用的第三方库
AFNetworking
好用得不行的网络库,应该是iOS开发的都知道。
教科书般把系统方法封装起来,读它的代码绝对可以迅速提升。
使用 reactivecocoa 开发的话可以同时使用 AFNetworking-ReactiveCocoa(https://github.com/uasi/AFNetworking-ReactiveCocoa)。
MWPhotoBrowser
MBProgressHUD
十分有名的第三方的提示框,github上 6k+ stars,使用方便,调整方便。
UIImageView-BetterFace
UIImageView的扩展,做了一件很小却很用心的事情---摆正你的图片,使它裁剪后能够看到你的脸。
UIImageView-BetterFace - a UIImageView category to let the picture-cutting with faces showing betterpop
facebook 出品,app Paper内大量精美UI动画的来源,uianimation满足不了你的话只能靠它了。
pop - An extensible iOS and OS X animation library, useful for physics-based interactions.ReactiveCocoa
基于响应式编程思想的Objective-C framework,安装稍为麻烦,但熟悉后能大大提升生产力。
更重要的是理解它的原理后会有思想上的提升。
(先修课程:用Model-View-ViewModel构建iOS App http://easyios.08dream.com/index.php?s=/Home/Article/detail/id/10036.html)
ReactiveCocoa - A framework for composing and transforming streams of valuesiOS-Slide-Menu
类似Facebook和Path的左右滑动式菜单,使用简单,高度自定义,想做视差效果等修改也非常容易。
iOS-Slide-Menu - iOS Slide Menu with ability to add both left and right menu, and built in gesture recognizer. Similar to Path and FacebookRZTransitions
A library of custom iOS View Controller Animations and Interactions.
一个著名的VC切换效果库(800+ stars),多种主流效果都可以在这里找到,扩展性没做测试,不过一直在更新应该可用性不错。
RZTransitions - A library of custom iOS View Controller Animations and Interactions.Atlas
轻量好用的聊天界面组件,免去自己写一套的烦恼~~~
Atlas-iOS - Atlas is a library of native iOS communications user interface components for Layer.RDVTabBarController
自定义的tabbar,可以方便的更换背景色和添加类似icon-badge数量的ui
RDVTabBarController - Highly customizable tabBar and tabBarController for iOSSnapKit
RTImageAssets
评论(1)