6年iOS開發常用的三方庫

文皓啊發表於2018-05-14

開發一般APP必備三方庫,省力祕籍!!!本篇文章會經常更新最新常用的三方。

1.網路請求庫 AFNetworking

https://github.com/AFNetworking/AFNetworking

2.圖片快取器 SDWebImage

https://github.com/rs/SDWebImage

3.下拉重新整理上拉載入 MJRefresh

https://github.com/CoderMJLee/MJRefresh

4.JSON與Object互轉 JSONModel

https://github.com/jsonmodel/jsonmodel

5.載入進度框 MBProgressHUD

https://github.com/jdg/MBProgressHUD

6.Toast提示資訊 SVProgressHUD

https://github.com/SVProgressHUD/SVProgressHUD

7.鍵盤管理 IQKeyboardManager

https://github.com/hackiftekhar/IQKeyboardManager

8.富文字(佔位符的textview、label文字居上對齊)YYText

https://github.com/ibireme/YYText

9.SQLite資料庫框架 FMDB

https://github.com/ccgus/fmdb

10.跨平臺輕量級資料庫 Realm

https://github.com/realm/realm-cocoa

11.自動佈局 Masonry

https://github.com/SnapKit/Masonry

12.圖片輪播(旋轉木馬等各種切換效果) iCarousel

https://github.com/nicklockwood/iCarousel

13.導航下面提示資訊 TSMessages

https://github.com/KrauseFx/TSMessages

14.圓形進度 DACircularProgress

https://github.com/danielamitay/DACircularProgress

15.照片瀏覽器 CorePhotoBroswerVC

https://github.com/CharlinFeng/CorePhotoBroswerVC

16.圖片瀏覽器,相簿選擇器,自定義照相機(支援單拍、連拍) LGPhotoBrowser

https://github.com/gang544043963/LGPhotoBrowser

17.鑰匙串儲存 SAMKeychain

https://github.com/soffes/SAMKeychain

常用的功能

1.友盟統計分析(頁面統計、計數統計、崩潰統計)

2.極光推送

3.分享(友盟、shareSDK)

4.百度地圖

5.face++人臉識別

6.即時通訊(環信、融雲)

作為一個開發者,有一個學習的氛圍跟一個交流圈子特別重要這是一個我的iOS交流群:776598941,不管你是小白還是大牛歡迎入駐 ,分享BAT,阿里面試題、面試經驗,討論技術, 大家一起交流學習成長!

相關文章