iOS開源資源收集

jopen 11年前發布 | 15K 次閱讀 IOS iOS開發 移動開發

1.xml解析,xml解析的庫可用的很多,我項目中用過比較順手的就是GData,解析、構建xml都可以,很方便的實現。

http://www.raywenderlich.com/725/how-to-read-and-write-xml-documents-with-gdataxml


2.json庫

json-framework

使用教程:http://blog.csdn.net/xiaoguan2008/article/details/6732683

JSONKit ,根據他自己提供的數據它解析的時候比json-framework快4倍,比二進制的.plist?還快25%。

https://github.com/johnezang/JSONKit

它是一個開源框架,基于BSD協議發布。由于json-framework是開放源代碼的,當你需要使用它時你只需將json的源代碼加入到你的工程中



3.HTTP 網絡請求庫

基本知道了ASIHttpRequest這個庫之后絕大多數的含有http操作項目都使用了,很方便易用

ASIHttpRequest庫極大的簡化了網絡通 信,提供更先進的工具,例如文件上傳工具,重定向處理工具、驗證工具、等等。



4.MBProgressHUD 進度提示

https://github.com/jdg/MBProgressHUD

進度,警告之類的提示控件



5.SDWebImage 異步加載圖片

https://github.com/rs/SDWebImage

用起來非常方便,不是新的控件,使用代理實現了 加載圖片的方法



6.照片瀏覽器

PhotoViewer 

https://github.com/enormego/PhotoViewer

MWPhotoBrowser

https://github.com/mwaterfall/MWPhotoBrowser



7. Reeders status bar overlay 狀態欄的一些擴展,例如下載隊列在此處展現等等

https://github.com/myell0w/MTStatusBarOverlay/



8.ColorPicker 顏色選取器

https://github.com/sycx/ColorPicker



9.kal——iPhone日歷控件

https://github.com/klazuka/Kal



10.NSAttributedString-Additions-for-HTML 可以將html解析成NSAttributedString,這個就可以不用UIWebview就可以顯示了

https://github.com/Cocoanetics/NSAttributedString-Additions-for-HTML



11.FMDatabase——SQLite的Objective-C封裝

https://github.com/ccgus/fmdb



12.shareKit——分享庫

http://getsharekit.com/install/



13.zxing——二維碼掃描庫

http://code.google.com/p/zxing/


14.skpsmtpmessage——Quick SMTP郵件發送

svn checkout http://skpsmtpmessage.googlecode.com/svn/trunk/ skpsmtpmessage-read-only

相關教程 http://disanji.net/2011/01/28/skpsmtpmessage-open-source-framework/


15.asyncSocket google socket開源庫

http://code.google.com/p/cocoaasyncsocket

16.SoundTouch 開源音頻庫

使用介紹:http://www.oschina.net/question/163910_28228

官網:http://www.surina.net/soundtouch/


17.SFHFKeychainUtils 安全保存用戶密碼到keychain中

https://github.com/ldandersen/scifihifi-iphone

18.很多自定義UI的開源庫

定義返回鍵、tabbar等等

https://github.com/boctor/idev-recipes

19.BHTabBar上tabbar控件

https://github.com/fictorial/BHTabBar

20.AudioStreamer

A streaming audio player class (AudioStreamer) for Mac OS X and iPhone.   

GitHub Home:https://github.com/DigitalDJ/AudioStreamer

21.TapKuLibrary 一個很強大的iOS UI庫

https://github.com/devinross/tapkulibrary

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!