10个有用的第三方iOS开源库

来源:互联网 发布:音效控制软件 编辑:程序博客网 时间:2024/04/29 17:08

CocoaPods
地址:https://github.com/CocoaPods/CocoaPods
教程:http://www.raywenderlich.com/12139/introduction-to-cocoapods
描述:可以很方便的管理第三方库,清晰知道项目引用的库有哪些和它们的版本。

CocoaAsyncSocket
地址:https://github.com/robbiehanson/CocoaAsyncSocket
简述: 处理TCP/UDP 链接的开源库。

Appirater
地址: http://github.com/arashpayan/appirater/
简述: 弹窗点评应用的开源组件。


Zip Archive
地址: http://code.google.com/p/ziparchive/
简述: 压缩文件的开源组件。

Quick Dialog
地址: https://github.com/escoz/QuickDialog
简述: 帮助快速创建复杂表单的开源组件。

  
TSMiniWebBrowser
地址: https://github.com/tonisalae/TSMiniWebBrowser
简述: 轻量级的Web Browser开源组件。

 
Facebook SDK for iOS
地址:https://github.com/facebook/facebook-ios-sdk
描述:在 iPhone、 iPad 以及iPod touch的app中添加Facebook。

MBProgressHUD
地址:https://github.com/jdg/MBProgressHUD
描述:MBProgressHUD是替代UIProgressHUD的一个小工具,使用方法也非常简单,同时可提供了虚拟进展、指示符以及完成提示信息等功能。


ADLivelyTableView
地址:https://github.com/applidium/ADLivelyTableView
描述:用来给 UITableView 加上自定义动画。

iCarousel
地址:https://github.com/nicklockwood/iCarousel    
描述:一个实现各种各样的cover flow效果的Demo,用户手指划动图片,图片将不断以圆圈的形式切换。该demo功能十分强大,除图中圆圈切换之外,还实现了其他7种cover flow的效果。

原创粉丝点击