ios优秀的开源框架

AFNetworking

Objective-C下网络请求库。

GitHub : https://github.com/AFNetworking/AFNetworking

CocoaPod : pod 'AFNetworking', '~> 2.5.0'

 

SDWebImage

异步加载网络图片

GitHub :https://github.com/rs/SDWebImage

 

UIActivityIndicator-for-SDWebImage

为SDWebImage显示加载效果

GitHub:https://github.com/JJSaccolo/UIActivityIndicator-for-SDWebImage

 

UIImage+Resize

调整图片大小

GitHub:https://github.com/coryalder/UIImage_Resize

 

ImageCacheResize

异步加载图片、缓存及调整大小

GitHub:https://github.com/toptierlabs/ImageCacheResize

 

Reachability

网络监听工具

GitHub : https://github.com/tonymillion/Reachability

CocoaPod 集成: pod 'Reachability', '~> 3.2'

 

Masonry

Masonry 就是设计来解决复杂的手写 autolayout

GitHub : https://github.com/Masonry/Masonry

CocoaPod 集成: pod 'Masonry', '~> 0.6.1'

 

WebViewJavascriptBridge

Webview中Javascript与Object-c通信的一个桥梁,可实现相互调用

GitHub :https://github.com/marcuswestin/WebViewJavascriptBridge

 

MBProgressHUD

加载提示动画

GitHub : https://github.com/jdg/MBProgressHUD

CocoaPod : pod 'MBProgressHUD', '~> 0.9'

 

SVProgressHUD

加载提示动画

GitHub:https://github.com/samvermette/SVProgressHUD

 

ZAActivityBar

加载提示动画

GitHub:https://github.com/zacaltman/ZAActivityBar

 

CMPopTipView

气泡提示信息

GitHub:https://github.com/chrismiles/CMPopTipView

 

pop

又是 Facebook 开源的。大名鼎鼎的 pop ,做动画的不二之选。收下它吧。

GitHub : https://github.com/facebook/pop

CocoaPod : pod 'pop', '~> 1.0.7'

猜你喜欢

转载自luoxun11.iteye.com/blog/2250273