欲先攻其事必先利其器 (第三方資源篇)

一:源代碼實例
1:快速搭建項目源代碼
地址:https://github.com/wujunyang/MobileProject
2:高仿美團iOS版
地址:https://github.com/lookingstars/meituan
3:模仿網易新聞做的精仿網易新聞
地址:https://github.com/dsxNiubility/SXNews
4:支付寶高仿版
地址:https://github.com/gsdios/GSD_ZHIFUBAO
5:高仿百度傳課iOS版
地址:https://github.com/lookingstars/chuanke
6:模仿一元云購
地址:https://github.com/JxbSir/YiYuanYunGou
7:wordpress源代碼
地址:https://github.com/wordpress-mobile/WordPress-iOS
8:v2ex源代碼(文章類型,若報SVProgressHUD錯,則把Podfile中的SVProgressHUD移除)
地址:https://github.com/singro/v2ex
9:PHPHub客戶端(IOS8.0以上)
地址:https://github.com/Aufree/phphub-ios
10:Coding.net客戶端
地址:https://coding.net/u/coding/p/Coding-iOS/git
11:如何優(yōu)化UITableView中Cell加載圖片的實例
地址:https://github.com/allenhsu/UIScrollView-Samples/tree/master/LazyLoad
12:開源的IOS代碼集合
地址:https://github.com/dkhamsing/open-source-ios-apps
二:輔助軟件
1:XCODE文檔注解插件VVDocumenter
地址:https://github.com/onevcat/VVDocumenter-Xcode
2:將JSON格式化輸出為模型的屬性
地址:https://github.com/EnjoySR/ESJsonFormat-Xcode
3:圖片提示插件
地址:https://github.com/ksuther/KSImageNamed-Xcode
4:圖片轉換插件
地址:https://github.com/rickytan/RTImageAssets
5:測試模擬蘋果通知
地址:https://github.com/KnuffApp/Knuff
6: HOStringSense可以在彈出框寫NSString,所見及所得
地址:https://github.com/holtwick/HOStringSense-for-Xcode
7:cocoapods-xcode-plugin pod相關的操作可以在xcode菜單進行
地址:https://github.com/kattrali/cocoapods-xcode-plugin
8:switch枚舉的時候會自動生成代碼
地址:https://github.com/stefanceriu/SCXcodeSwitchExpander
9:git中關于各個語言的gitignore
地址:https://github.com/github/gitignore
10:FLEX(Flipboard Explorer)是Flipboard官方發(fā)布的一組專門用于iOS開發(fā)的應用內調試工具
地址:https://github.com/Flipboard/FLEX
11:ponyDebugger是一個遠程調試工具包,通過使用Chrome開發(fā)者工具來調試iOS應用的網絡流量和數據存儲
地址:https://github.com/square/PonyDebugger
12: OC編碼風格規(guī)范
地址:https://github.com/NYTimes/objective-c-style-guide
13:FBMemoryProfiler:Facebook出品的一個實時監(jiān)測內存使用的庫。相比于Xcode自帶的Instruments
地址:https://github.com/facebook/FBMemoryProfiler
14:app卡頓問題檢測--KMCGeigerCounter(實例可以網上搜索)
地址:https://github.com/kconner/KMCGeigerCounter/
15:生成類的關系圖KSHObjcUML
地址:https://github.com/kimsungwhee/KSHObjcUML
16:realm-cocoa實體映射數據庫,有自個的數據庫(可以替換SQLITE,速度比較快)
地址:https://github.com/realm/realm-cocoa
17:創(chuàng)建文檔API,可以快速讓APP先調用,并行開發(fā)
地址:https://apiary.io/
18:直接查看虛擬器上的沙盒路徑simpholders
地址:http://www.maczapp.com/simpholders
19:FastStub實現(xiàn)了類似的功能,能自動解析出某個類頭文件,父類,所有protocol里面還沒有被實現(xiàn)的方法(ctrl+cmd+k)
地址:https://github.com/music4kid/FastStub-Xcode
三:第三方插件
1:基于響應式編程思想的oc
地址:https://github.com/ReactiveCocoa/ReactiveCocoa
2:hud提示框
地址:https://github.com/jdg/MBProgressHUD
3:XML/HTML解析
地址:https://github.com/topfunky/hpple
4:有文字輸入時,能根據鍵盤是否彈出來調整自身顯示內容的位置
地址:https://github.com/michaeltyson/TPKeyboardAvoiding
5:狀態(tài)欄提示框
地址:https://github.com/jaydee3/JDStatusBarNotification
6:block工具包。將很多需要用delegate實現(xiàn)的方法整合成了block的形式
地址:https://github.com/zwaldowski/BlocksKit
7:圖片加載
地址:https://github.com/rs/SDWebImage
8:正則表達式
地址:https://github.com/wezm/RegexKitLite
9:Masonry代碼布局
地址:https://github.com/SnapKit/Masonry
10:彈出窗
地址:https://github.com/sberrevoets/SDCAlertView
11:Button的樣式
地址:https://github.com/mattlawer/BButton
12:驗證網絡連接狀態(tài)
地址:https://github.com/tonymillion/Reachability
13:自動計算表格行高
地址:https://github.com/forkingdog/UITableView-FDTemplateLayoutCell
14:關鍵幀基礎動畫框架,如動畫效果的啟動頁
地址:https://github.com/IFTTT/JazzHands
15:iOS快速簡單集成國內三大平臺分享
地址:https://github.com/xumeng/XMShareModule
16:五項能力值展示的五邊形
地址:https://github.com/dsxNiubility/SXFiveScoreShow
17:自動識別網址號碼郵箱和表情的label
地址:https://github.com/molon/MLEmojiLabel
18:IM對話功能的封裝
地址:https://github.com/ZhipingYang/UUChatTableView
19:字典轉模型框架
地址:https://github.com/CoderMJLee/MJExtension
20:下拉上拉刷數據
地址:https://github.com/CoderMJLee/MJRefresh
21:表格行左右劃動菜單
地址:https://github.com/MortimerGoro/MGSwipeTableCell
22:圖文混搭
地址:https://github.com/zhouande/TLAttributedLabel
23:可以簡單展示在UINavigationBar下方,類似Music app的播放列表視圖,彈出菜單視圖
地址:https://github.com/DrummerB/BFNavigationBarDrawer
24:比如篩選、模糊、優(yōu)化、蒙版、調整大小、旋轉以及保存等等。同時還提供了一個UIImageView子類從URL異步加載圖片,并在下載完畢時展示圖片。
地址:https://github.com/Nyx0uf/NYXImagesKit
25:底部TabBar
地址:https://github.com/robbdimitrov/RDVTabBarController
26:表情面版
地址:https://github.com/ayushgoel/AGEmojiKeyboard
27:記錄框架
地址:https://github.com/CocoaLumberjack/CocoaLumberjack
28:IOS與javascript交互
地址:https://github.com/marcuswestin/WebViewJavascriptBridge
29:圖表統(tǒng)計展示
地址:https://github.com/kevinzhow/PNChart(或https://github.com/danielgindi/ios-charts
30:appStore評分
地址:https://github.com/arashpayan/appirater
31:iOS-Categories擴展類大全
地址:https://github.com/shaojiankui/IOS-Categories
32:掃描二維碼,仿微信效果,帶有掃描條
地址:https://github.com/JxbSir/JxbScanQR
33:動效彈出視圖(彈出窗里面為文字,可以定義彈出的方向,及顯示的時間)--AMPopTip
地址:https://github.com/andreamazz/AMPopTip
34:基于Masonry自動計算行高擴展
地址:https://github.com/632840804/HYBMasonryAutoCellHeight
35:模仿新浪微博彈出菜單
地址:https://github.com/wwdc14/HyPopMenuView
36:搜索歷史標簽
地址:https://github.com/zhiwupei/SearchHistory
37:快速集成新手引導的類庫
地址:https://github.com/StrongX/XSportLight
38:設置頁面的封裝
地址:https://github.com/renzifeng/ZFSetting
39:帶箭頭的彈出視圖插件
地址:https://github.com/xiekw2010/DXPopover
40:下拉菜單插件
地址:https://github.com/dopcn/DOPDropDownMenu/
41:表格空白提示插件
地址:https://github.com/dzenbot/DZNEmptyDataSet
42:給任意UIView視圖四條邊框加上陰影,可以自定義陰影的顏色、粗細程度、透明程度以及位置(上下左右邊框)
地址:https://github.com/Seitk/UIView-Shadow-Maker
43:不錯的日期時間插件
地址:https://github.com/CoderXL/UUDatePicker
44:底部彈出選擇
地址:https://github.com/skywinder/ActionSheetPicker-3.0
45:比較不錯的引導頁面插件
地址:https://github.com/ealeksandrov/EAIntroView
46:兩個APP跳轉的插件
地址:https://github.com/usebutton/DeepLinkKit
47:本地存取NSUserDefaults插件
地址:https://github.com/gangverk/GVUserDefaults
48:NSArray和NSDictionary關于LINQ的操作方式,封裝一些常用的操作
地址:https://github.com/ColinEberhardt/LinqToObjectiveC
49:可以監(jiān)控網絡請求的內容
地址:https://github.com/coderyi/NetworkEye
50:時間幫助插件,可以快速獲取時間,比較,增加等操作
地址:https://github.com/MatthewYork/DateTools
51:不錯的鏈式動作
地址:https://github.com/jhurray/JHChainableAnimations
52:彈出層視圖,背景效果(可以自定義視圖的內容)
地址:https://github.com/HJaycee/JCAlertView
53:圓形進度條的顯示,中間可顯示值
地址:https://github.com/mdinacci/MDRadialProgress
54:很帥的數據加載動畫(可以用于數據列表加載的展現(xiàn))
地址:https://github.com/NghiaTranUIT/FeSpinner
55:一個開源的AFnetworking上層的封裝(猿題庫等運用)
地址:https://github.com/yuantiku/YTKNetwork
56:CBStoreHouseRefreshControl:一個效果很酷炫的下拉刷新控件
地址:https://github.com/coolbeet/CBStoreHouseRefreshControl
57:AFNetworking-RACExtensions:針對ReactiveCocoa的AF封裝
地址:https://github.com/CodaFi/AFNetworking-RACExtensions
58:模糊效果(毛玻璃)
地址:https://github.com/nicklockwood/FXBlurView
59:UITableView展開效果的插件
地址:https://github.com/sakkaras/SKSTableView
60:ZIP壓縮及解壓插件ZipArchive
地址:https://github.com/ZipArchive/ZipArchive
61:自定義UIAlertView
地址:https://github.com/lmcd/LMAlertView
62:Facebook開源的動畫庫Pop
地址:https://github.com/facebook/pop
63:關于使用facebook動畫庫的實例集合
地址:https://github.com/schneiderandre/popping
64:iOS應用視圖上添加簡單閃爍效果Shimmer
地址:https://github.com/facebook/Shimmer
65:ios數據持久化插件,使得Core Data使用起來更加的便捷容易
地址:https://github.com/magicalpanda/MagicalRecord
66:創(chuàng)建縮合的iOS應用程序標題欄
地址:https://github.com/bryankeller/BLKFlexibleHeightBar
67:PDF閱讀器核心庫
地址:https://github.com/vfr/Reader
68:STPopup使彈出框也有UINavigationController的效果
地址:https://github.com/kevin0571/STPopup
69:基于核心音頻,有助于進行實時,低延遲音頻處理和可視化的iOS和OSX音頻可視化框架
地址:https://github.com/syedhali/EZAudio
70:一個不錯的彈出Sheet,可以前進跟后退,適合多個頁面
地址:https://github.com/m1entus/MZFormSheetController
71:Aspect庫是對面向切面編程的實現(xiàn),里面封裝了Runtime的方法
地址:https://github.com/steipete/Aspects
72:一個不錯在無輸入源的輸入框,如UITableViewCell等
地址:https://github.com/slackhq/SlackTextViewController
73:小紅點插件,用于提示未讀效果
地址:https://github.com/weng1250/WZLBadge
74:不錯的照片選擇器,視頻選擇器,支持單多選
地址:https://github.com/mwaterfall/MWPhotoBrowser
75:含10多種的轉場動畫效果
地址:https://github.com/ColinEberhardt/VCTransitionsLibrary
76:左右菜單顯示(類似QQ導航)
地址:https://github.com/romaonthego/RESideMenu
77:很贊的等待指示動畫(比系統(tǒng)自帶的帥)
地址:https://github.com/ninjaprox/DGActivityIndicatorView
78:KVOController一個簡單安全的KVO(Key-value Observing,鍵-值觀察)工具,提供簡單方便、線程安全的API, Facebook的開源項目之一
地址:https://github.com/facebook/KVOController
79:FormatterKit收集了很多構思優(yōu)秀的NSFormatter子類
地址:https://github.com/mattt/FormatterKit
80:自定義的UIPageControl(可以設置每個的樣式)
地址:https://github.com/Spaceman-Labs/SMPageControl
81:使用NJKWebViewProgress做webview進度條(解決先前無法獲得進度的問題)
地址:https://github.com/ninjinkun/NJKWebViewProgress
82:修改NavigationBar的顯示效果
地址:https://github.com/ltebean/LTNavigationBar/
83:FCUUID獲得設備號的替代方式
地址:https://github.com/fabiocaccamo/FCUUID
84:多主題色或者白天黑夜模式的運用
地址:https://github.com/Draveness/DKNightVersion
85:GPUImage是一個基于GPU圖像和視頻處理的開源框架,提供各種各樣的圖像處理濾鏡
地址:https://github.com/BradLarson/GPUImage
86:YY圖片加載插件,可以支持動態(tài),網絡本地,漸進式圖片加載等
地址:https://github.com/ibireme/YYWebImage
87:封裝后的藍牙幫助庫
地址:https://github.com/coolnameismy/BabyBluetooth
88:一個很通用的需求就是引導教程
地址:https://github.com/bubudrc/MPCoachMarks
89:基于MPMoviePlayerController播放器KRVideoPlayer
地址:https://github.com/36Kr-Mobile/KRVideoPlayer
90:UICollection左對齊跟右對齊
地址:https://github.com/mokagio/UICollectionViewLeftAlignedLayout
地址:https://github.com/mokagio/UICollectionViewRightAlignedLayout
91:自定義彈出對話窗,類似系統(tǒng)又可以自定義視圖DQAlertView或MMPopupView
地址:https://github.com/dinhquan/DQAlertView
地址:https://github.com/adad184/MMPopupView
92:輸入框在焦點獲得時會有一個小標題JVFloatLabeledTextField
地址:https://github.com/jverdi/JVFloatLabeledTextField
93:針對一些UI進行顯示優(yōu)化,可以設置一些不同的背景色等
地址:https://github.com/Grouper/FlatUIKit
94:色彩插件,如果沒有設計師又想一些漂亮的色彩就可以運用Chameleon
地址:https://github.com/ViccAlexander/Chameleon
95:兩個不錯的側邊欄顯示插件ECSlidingViewController,SWRevealViewController
地址:https://github.com/ECSlidingViewController/
ECSlidingViewController
地址:https://github.com/John-Lluch/SWRevealViewController
96:各式各樣的進度條,可以放在不同地方NAV或者圖片或者扇形M13ProgressSuite
地址:https://github.com/Marxon13/M13ProgressSuite
97:拉動UITableView時CELL有一搖動的效果AMWaveTransition
地址:https://github.com/andreamazz/AMWaveTransition

最后編輯于
?著作權歸作者所有,轉載或內容合作請聯(lián)系作者
平臺聲明:文章內容(如有圖片或視頻亦包括在內)由作者上傳并發(fā)布,文章內容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務。
  • 序言:七十年代末,一起剝皮案震驚了整個濱河市,隨后出現(xiàn)的幾起案子,更是在濱河造成了極大的恐慌,老刑警劉巖,帶你破解...
    沈念sama閱讀 227,797評論 6 531
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件,死亡現(xiàn)場離奇詭異,居然都是意外死亡,警方通過查閱死者的電腦和手機,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 98,179評論 3 414
  • 文/潘曉璐 我一進店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人,你說我怎么就攤上這事。” “怎么了?”我有些...
    開封第一講書人閱讀 175,628評論 0 373
  • 文/不壞的土叔 我叫張陵,是天一觀的道長。 經常有香客問我,道長,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 62,642評論 1 309
  • 正文 為了忘掉前任,我火速辦了婚禮,結果婚禮上,老公的妹妹穿的比我還像新娘。我一直安慰自己,他們只是感情好,可當我...
    茶點故事閱讀 71,444評論 6 405
  • 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著,像睡著了一般。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上,一...
    開封第一講書人閱讀 54,948評論 1 321
  • 那天,我揣著相機與錄音,去河邊找鬼。 笑死,一個胖子當著我的面吹牛,可吹牛的內容都是我干的。 我是一名探鬼主播,決...
    沈念sama閱讀 43,040評論 3 440
  • 文/蒼蘭香墨 我猛地睜開眼,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了?” 一聲冷哼從身側響起,我...
    開封第一講書人閱讀 42,185評論 0 287
  • 序言:老撾萬榮一對情侶失蹤,失蹤者是張志新(化名)和其女友劉穎,沒想到半個月后,有當地人在樹林里發(fā)現(xiàn)了一具尸體,經...
    沈念sama閱讀 48,717評論 1 333
  • 正文 獨居荒郊野嶺守林人離奇死亡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內容為張勛視角 年9月15日...
    茶點故事閱讀 40,602評論 3 354
  • 正文 我和宋清朗相戀三年,在試婚紗的時候發(fā)現(xiàn)自己被綠了。 大學時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點故事閱讀 42,794評論 1 369
  • 序言:一個原本活蹦亂跳的男人離奇死亡,死狀恐怖,靈堂內的尸體忽然破棺而出,到底是詐尸還是另有隱情,我是刑警寧澤,帶...
    沈念sama閱讀 38,316評論 5 358
  • 正文 年R本政府宣布,位于F島的核電站,受9級特大地震影響,放射性物質發(fā)生泄漏。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點故事閱讀 44,045評論 3 347
  • 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧,春花似錦、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 34,418評論 0 26
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背。 一陣腳步聲響...
    開封第一講書人閱讀 35,671評論 1 281
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留,地道東北人。 一個月前我還...
    沈念sama閱讀 51,414評論 3 390
  • 正文 我出身青樓,卻偏偏與公主長得像,于是被迫代替她去往敵國和親。 傳聞我的和親對象是個殘疾皇子,可洞房花燭夜當晚...
    茶點故事閱讀 47,750評論 2 370

推薦閱讀更多精彩內容

  • 先前整理《超全!整理常用的iOS第三方資源》里面收藏的很多第三方插件跟源代碼,經過這半年多的不斷累集,在原有插件上...
    踏浪帥閱讀 1,677評論 4 16
  • 發(fā)現(xiàn) 關注 消息 iOS 第三方庫、插件、知名博客總結 作者大灰狼的小綿羊哥哥關注 2017.06.26 09:4...
    肇東周閱讀 12,149評論 4 61
  • 雨潤金陵,奔跑南馬,10月15日早上7點30分,隨著發(fā)令槍聲響起,2萬8千人奔跑大軍迎著細雨紛紛沖出起點,正式拉開...
    Mr3H閱讀 691評論 0 3
  • 兒子上小學有兩個多月了,對于小學生活,他的新鮮勁頭已是被熟悉感替代,適應的同時也有了反復,而且,因為天天與我在一起...
    荔兒閱讀 87評論 0 0
  • 我想中國上下五千年,唯有一人能滿足媽媽們對孩子的所有想象,他絕對是前無古人后無來者。此人就是——蘇東...
    鴻雁長空閱讀 1,029評論 1 3