iOS 常用第三方

一些工作中常用的第三方 整理下備用

1.Kingfisher

簡(jiǎn)介:Kingfisher 是一個(gè)下載、緩存網(wǎng)絡(luò)圖片的輕量級(jí)純swift庫(kù)

引入:pod 'Kingfisher'

github: https://github.com/onevcat/Kingfisher

2.IQKeyboardManagerSwift

簡(jiǎn)介:自動(dòng)監(jiān)聽鍵盤彈出

引入:pod 'IQKeyboardManagerSwift'

github: https://github.com/hackiftekhar/IQKeyboardManager

3.SnapKit

簡(jiǎn)介:自動(dòng)布局框架

引入:pod 'SnapKit'

github: https://github.com/SnapKit/SnapKit

4.SCLAlertView

簡(jiǎn)介:一款好看的彈窗

引入:pod 'SCLAlertView'

github: https://github.com/vikmeup/SCLAlertView-Swift

5.JXSegmentedView

簡(jiǎn)介:APP分類切換滾動(dòng)視圖

引入:pod 'JXSegmentedView'

github:https://github.com/pujiaxin33/JXSegmentedView

6.CryptoSwift

簡(jiǎn)介:加密解密

github: https://github.com/krzyzanowskim/CryptoSwift

7.RxSwift

簡(jiǎn)介:函數(shù)式編程

gitHub: https://github.com/ReactiveX/RxSwift

8.PromiseKit

簡(jiǎn)介:異步編程

引入:pod "PromiseKit", "~> 6.8"

gitHub:https://github.com/mxcl/PromiseKit

9.DZNEmptyDataSet

簡(jiǎn)介:空白提示

同類型:LYEmptyView

引入:pod 'DZNEmptyDataSet'

github:https://github.com/dzenbot/DZNEmptyDataSet

10.Chameleon

簡(jiǎn)介:色彩框架

引入:pod 'ChameleonFramework'

github:https://github.com/ViccAlexander/Chameleon

11.GPUImage

簡(jiǎn)介:iOS上開源的基于GPU的圖像視頻處理框架,以 BSD 協(xié)議放出,能夠在圖像、實(shí)時(shí)攝像頭影像和視頻上使用 GPU 加速的濾鏡和其他效果。

引入:pod 'GPUImage'

github:http://github.com/BradLarson/GPUImage

12.PKRevealController

簡(jiǎn)介:側(cè)滑:左右抽屜效果

同類型推薦:RESideMenu

引入:pod 'PKRevealController'

github:https://github.com/pkluz/PKRevealController

13.Spring

簡(jiǎn)介:動(dòng)畫

引入:pod 'Spring'

github:https://github.com/MengTo/Spring

14.iOS-charts

簡(jiǎn)介:iOS 圖表庫(kù)

??同類型推薦:PNChart(統(tǒng)計(jì)圖形繪制),支持CocoaPods ??

github:https://github.com/danielgindi/Charts

15.SDCycleScrollView

簡(jiǎn)介:無(wú)限循環(huán)圖片、文字輪播器

引入:pod 'SDCycleScrollView','>= 1.80'

github:https://github.com/gsdios/SDCycleScrollView

16. FDFullscreenPopGesture

簡(jiǎn)介:全屏返回手勢(shì)

github:https://github.com/forkingdog/FDFullscreenPopGesture

17.TZImagePickerController

簡(jiǎn)介:一個(gè)支持多選、選原圖和視頻的圖片選擇器,同時(shí)有預(yù)覽、裁剪功能

pod 'TZImagePickerController'

github:https://github.com/banchichen/TZImagePickerController

18. TPKeyboardAvoiding

簡(jiǎn)介:防止鍵盤被遮擋

同類型:IQKeyboardManagerSwift

github:https://github.com/michaeltyson/TPKeyboardAvoiding

19.JSBadgeView

簡(jiǎn)介:右上角角標(biāo)

pod 'JSBadgeView'

github:https://github.com/JaviSoto/JSBadgeView

20.UITextView+Placeholder

簡(jiǎn)介:uitextview添加placeholder

github:https://github.com/devxoul/UITextView-Placeholder

21.pop

簡(jiǎn)介:iOS動(dòng)畫庫(kù)

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

22.SCLAlertView

簡(jiǎn)介:比系統(tǒng)更好看的彈框

github:https://github.com/vikmeup/SCLAlertView-Swift

23.RATreeView

簡(jiǎn)介:多級(jí)樹形列表

pod "RATreeView", "~> 2.1.2"

github:https://github.com/Augustyniak/RATreeView

24. NextGrowingTextView

簡(jiǎn)介:自動(dòng)增長(zhǎng)的文本輸入框

github:https://github.com/muukii/NextGrowingTextView

?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

  • 1.網(wǎng)絡(luò)請(qǐng)求庫(kù) AFNetworking https://github.com/AFNetworking/AFNe...
    ioido閱讀 711評(píng)論 0 1
  • iOS常用第三方框架 自動(dòng)布局框架Masonry // Objective-C https://github....
    走在路上的小二閱讀 3,193評(píng)論 0 22
  • IOS常用第三方庫(kù)《轉(zhuǎn)》 UI 動(dòng)畫 網(wǎng)絡(luò)相關(guān) Model 其他 數(shù)據(jù)庫(kù) 緩存處理 PDF 圖像瀏覽及處理 攝像照...
    EEEasonX閱讀 1,652評(píng)論 0 3
  • 轉(zhuǎn)自—— http://blog.csdn.net/xielei505518345/article/details...
    VicJin閱讀 1,150評(píng)論 0 6
  • 減肥,在當(dāng)今社會(huì)以瘦為美的時(shí)代已經(jīng)成為我們的一種趨勢(shì)。你會(huì)發(fā)現(xiàn),不管是胖的還是瘦的,男的女的,都會(huì)整天在嚷嚷著減肥...
    哎呀明小明閱讀 538評(píng)論 0 0

友情鏈接更多精彩內(nèi)容