天天看點

iOS比較常用的第三方架構

[轉]http://www.cnblogs.com/wujy/p/4747998.html

把平時看到或項目用到的一些插件進行整理,文章後面分享一些不錯的執行個體,若你有其它的插件歡迎分享,不斷的進行更新;

一:第三方插件

1:基于響應式程式設計思想的oc

位址:https://github.com/ReactiveCocoa/ReactiveCocoa

2:hud提示框

位址:https://github.com/jdg/MBProgressHUD

位址:https://github.com/SVProgressHUD/SVProgressHUD

位址:https://github.com/scalessec/Toast

3:XML/HTML解析

位址:https://github.com/topfunky/hpple

4:有文字輸入時,能根據鍵盤是否彈出來調整自身顯示内容的位置

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

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

5:狀态欄提示框

位址:https://github.com/jaydee3/JDStatusBarNotification

6:block工具包。将很多需要用delegate實作的方法整合成了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:驗證網絡連接配接狀态

位址: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:比如篩選、模糊、優化、蒙版、調整大小、旋轉以及儲存等等。同時還提供了一個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:圖表統計展示

位址:https://github.com/kevinzhow/PNChart 

位址:https://github.com/China131/JHChart

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/

位址:https://github.com/12207480/DOPDropDownMenu-Enhanced (優化後的下拉menu)

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:可以監控網絡請求的内容

位址: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:很帥的資料加載動畫(可以用于資料清單加載的展現)

位址:https://github.com/NghiaTranUIT/FeSpinner 

55:一個開源的AFnetworking上層的封裝(第一個猿題庫等運用)

位址:https://github.com/yuantiku/YTKNetwork

位址:https://github.com/kangzubin/XMNetworking

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

POP-MCAnimate把Pop封裝,更加簡單使用Pop

位址:https://github.com/matthewcheok/POP-MCAnimate

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:建立縮合的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庫是對面向切面程式設計的實作,裡面封裝了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 [照片浏覽]

位址:https://github.com/questbeat/QBImagePicker  [照片選擇器 單選多選]

75:含10多種的轉場動畫效果

位址:https://github.com/ColinEberhardt/VCTransitionsLibrary

76:左右菜單顯示(類似QQ導航)

位址:https://github.com/romaonthego/RESideMenu 

77:很贊的等待訓示動畫(比系統自帶的帥)

位址:https://github.com/ninjaprox/DGActivityIndicatorView

78:KVOController一個簡單安全的 KVO(Key-value Observing, 鍵-值 觀察)工具, 提供簡單友善、線程安全的API, Facebook 的開源項目之一

位址: https://github.com/facebook/KVOController

79:FormatterKit 收集了很多構思優秀的 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圖檔加載插件,可以支援動态,網絡本地,漸進式圖檔加載等

位址: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

位址:https://github.com/avdyushin/FlowLayout

91:自定義彈出對話窗,類似系統又可以自定義視圖DQAlertView或MMPopupView 

位址 :https://github.com/dinhquan/DQAlertView

位址:https://github.com/adad184/MMPopupView 

92:輸入框在焦點獲得時會有一個小标題JVFloatLabeledTextField

位址:https://github.com/jverdi/JVFloatLabeledTextField

93:針對一些UI進行顯示優化,可以設定一些不同的背景色等

位址: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 

98:封裝多種的頭部滾動菜單VTMagic 

位址:https://github.com/tianzhuo112/VTMagic 

99:熱更新JSPatch,用JS編寫OC的功能

位址:https://github.com/bang590/JSPatch

100:底部CYLTabBarController插件

位址:https://github.com/ChenYilong/CYLTabBarController

101:檔案注入插件XAspect,可以針對同一個方法進行注入

位址:https://github.com/xareelee/XAspect

102:路由插件routable-ios

位址:https://github.com/clayallsopp/routable-ios

103:最完善的Socket庫了:支援異步TCP/UDP,支援GCD,Objective-C接口封裝

位址:https://github.com/robbiehanson/CocoaAsyncSocket

104:使用UILabel實作滾動字幕移動效果

位址:https://github.com/cbpowell/MarqueeLabel 

105:iOS富文本元件的實作—DTCoreText

位址:https://github.com/Cocoanetics/DTCoreText

106:帶圖示的PPiAwesomeButton,可以定義圖示在左右邊

位址:https://github.com/pepibumur/PPiAwesomeButton

107:二維碼、掃碼、掃一掃、ZXing和ios系統自帶掃碼封裝,掃碼界面效果封裝

位址:https://github.com/MxABC/LBXScan 

108:輸入框帶下拉框

位址:https://github.com/EddyBorja/MLPAutoCompleteTextField 

109:關于時間的顯示label,還可以有倒計時,時間格式等

位址:https://github.com/mineschan/MZTimerLabel

110:一個不錯的空白提示效果

位址:https://github.com/jinxiansen/JHUD 

111:一個照片裁剪器,支援照片的旋轉,放大,與任意區域的拖拽裁剪

位址:https://github.com/itouch2/PhotoTweaks 

位址:https://github.com/ruslanskorb/RSKImageCropper[也不錯]

112:ijkplayer視訊直播架構

位址:https://github.com/Bilibili/ijkplayer

113:靈活性很強的UIAlertView效果,可以修改其所有的樣式

位址:https://github.com/regexident/DLAlertView 

114:一個彈屏效果插件BarrageRenderer

位址:https://github.com/unash/BarrageRenderer

115:刮獎效果插件

位址:https://github.com/moqod/iOS-Scratch-n-See

116:帶農曆的日期控件

位址:https://github.com/tiger8888/WHUCalendar

117:一個不錯的數字鍵盤

位址:https://github.com/matmartinez/MMNumberKeyboard

118:騰訊直播開源iOS音視訊采集與RTMP推流

位址:https://github.com/goodow/GDLiveStreaming 

119:光學識别儲蓄卡以及信用卡

位址:https://github.com/card-io/card.io-iOS-SDK 

120:UIView圓角處理插件 優化

位址:https://github.com/raozhizhen/JMRoundedCorner

121:一個擁有更平滑的navigationBar切換動畫的NavigationController

位址:https://github.com/JNTian/JTNavigationController 

122:一個自定義的SearchBar 可以替代系統自帶 

位址:https://github.com/shaojiankui/JKSearchBar

123:一個操作ICloud異步封裝插件

位址:https://github.com/iRareMedia/iCloudDocumentSync 

124:一個關于股票K線的插件

位址:https://github.com/yate1996/Y_KLine 

125:  一個金額增加動态效果的

位址:https://github.com/jkpang/PPCounter

126:一個不錯的搜尋展現跟曆史插件(預設常見幾種樣式)

位址:https://github.com/iphone5solo/PYSearch

127:一個全屏手勢傳回的效果

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

128:一個不錯的圖檔輪播插件,支援不同的效果跟樣式

位址:https://github.com/qylibohao/BHInfiniteScrollView 

129:一個中文轉拼音的插件

位址:https://github.com/kimziv/PinYin4Objc

130:可以定制每個頁面的導覽列 RTRootNavigationController

位址:https://github.com/rickytan/RTRootNavigationController

131:彈出箭頭指向的菜單效果

位址:https://github.com/lyb5834/YBPopupMenu 

位址:https://github.com/lifution/Popover

132:網絡請求攔截

位址:https://github.com/hypoyao/GYHttpMock

133:實體映射資料庫的插件

位址:https://github.com/li6185377/LKDBHelper-SQLite-ORM

位址:http://wereadteam.github.io/2016/07/06/GYDataCenter

134:是否造成記憶體洩露的插件MLeaksFinder

位址:https://github.com/Zepo/MLeaksFinder 

135:iOS 啟動連續閃退保護方案

位址:https://github.com/liuslevis/GYBootingProtection

136:微信Mars:微信内部正在使用的網絡層封裝庫,即将開源

位址:https://github.com/52im/mars

137:滾動、卡片、3D動畫等效果的插件

位址:https://github.com/nicklockwood/iCarousel 

138:WMPlayer視訊播放器

位址:https://github.com/zhengwenming/WMPlayer 

二:swift第三方插件集合

1:帶動畫效果的tabBar插件

位址:https://github.com/Ramotion/animated-tab-bar

2:排版布局SnapKit

位址:https://github.com/SnapKit/SnapKit

3:轉JSON解析

位址:https://github.com/SwiftyJSON/SwiftyJSON

4:網絡請求庫Alamofire

位址:https://github.com/Alamofire/Alamofire

5:為 UIImageView 添加修正人臉位置功能的 Swift 架構

位址:https://github.com/BeauNouvelle/FaceAware

6:一款非常漂亮的自定義 UISementedControl

位址:https://github.com/twicketapp/TwicketSegmentedControl

7:高度可定制的環形 SlideView

位址:https://github.com/HamzaGhazouani/HGCircularSlider

8:可能是在 Swift 中處理 Date 的最佳方案的架構

位址:https://github.com/malcommac/SwiftDate

9:資料緩存架構

位址:https://github.com/linkedin/RocketData

10:空白提示,帶狀态 ViewController ,友善快速添加各種狀态視圖

位址:https://github.com/aschuch/StatefulViewController

11:簡單、實用路徑可定程序條。

位址:https://github.com/kentya6/KYCircularProgress

位址:https://github.com/kaandedeoglu/KDCircularProgress

12:正規表達式

位址:https://github.com/sharplet/Regex

13:解決國内GPS地圖坐标偏移問題,它将政府加密過的GCJ-02坐标,轉成世界通用的WGS-84坐标。

位址:https://github.com/googollee/eviltransform

14:Swift響應式庫

位址:https://github.com/ReactiveX/RxSwift

15:圖表統計插件

位址:https://github.com/danielgindi/ios-charts

三:源代碼執行個體

1:Coding.net用戶端

位址:https://coding.net/u/coding/p/Coding-iOS/git

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:快速搭建項目源代碼

位址:https://github.com/wujunyang/MobileProject

11:如何優化UITableView中Cell加載圖檔的執行個體

位址:https://github.com/allenhsu/UIScrollView-Samples/tree/master/LazyLoad

12:開源的IOS代碼集合

位址:https://github.com/dkhamsing/open-source-ios-apps

13:包含各種不錯的OC跟Swift的插件集合,插件名單

位址:https://github.com/vsouza/awesome-ios 

14:一個關于UITableView針對cell的優化方案VVeboTableViewDemo

位址:https://github.com/johnil/VVeboTableViewDemo 

15:一個收集關于IOS面試題

位址:https://github.com/ChenYilong/iOSInterviewQuestions

16:ParseSourceCodeStudy Facebook開源的Parse源碼分析

位址:https://github.com/ChenYilong/ParseSourceCodeStudy

17:高仿bilibili項目(內建基于ijkplayer的視訊播放器(普通視訊、直播視訊))

位址:https://github.com/MichaelHuyp/Bilibili_Wuxianda

18:高仿<喵播APP>

位址:https://github.com/SunLiner/MiaowShow

19:一個天氣類的APP,裡面有豐富的動畫效果

位址:https://github.com/YouXianMing/YoCelsius

位址:https://github.com/YouXianMing/Animations (動畫執行個體集合)

位址:https://github.com/YouXianMing/iOS-Design-Patterns (設計模式介紹)

20:Core Animation架構動畫效果執行個體

位址:https://github.com/yixiangboy/IOSAnimationDemo

21:一個模仿微信的執行個體MessageDisplayKit

位址:https://github.com/xhzengAIB/MessageDisplayKit

22:關于react native相關學習資料 及源代碼執行個體

位址:https://github.com/reactnativecn/react-native-guide

23:BeeHive 是用于 iOS 的 App 子產品化程式設計的架構實作方案

位址:https://github.com/alibaba/BeeHive

24:一個針對iOS子產品化開發的解決方案

位址:https://github.com/wujunyang/jiaModuleDemo

25:衆籌網站 kickstarter 開源其 iOS 應用(swift)

位址:https://github.com/kickstarter/ios-oss

四:輔助軟體

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官方釋出的一組專門用于iOS開發的應用内調試工具

位址:https://github.com/Flipboard/FLEX

11:ponyDebugger是一個遠端調試工具包,通過使用 Chrome 開發者工具來調試 iOS 應用的網絡流量和資料存儲

位址:https://github.com/square/PonyDebugger

12: OC編碼風格規範

位址:https://github.com/NYTimes/objective-c-style-guide 

13:FBMemoryProfiler:Facebook 出品的一個實時監測記憶體使用的庫。相比于 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:建立文檔API,可以快速讓APP先調用,并行開發

位址:https://apiary.io/

18:直接檢視虛拟器上的沙盒路徑simpholders

位址:http://www.maczapp.com/simpholders

19:FastStub實作了類似的功能,能自動解析出某個類頭檔案 , 父類 , 所有protocol 裡面還沒有被實作的方法(ctrl+cmd+k)

位址:https://github.com/music4kid/FastStub-Xcode

20:JSPatch把簡單的OC代碼轉為JSPatch腳本代碼,若複雜還得自個調整

位址:http://bang590.github.io/JSPatchConvertor/

位址:https://github.com/bang590/JSPatchX(編寫JSPatch腳本自動補全)

21:插件XcodeColors(讓xCode控制台輸出文本有顔色)

位址:https://github.com/robbiehanson/XcodeColors

22:自動打包并上傳

位址:https://github.com/nomad/shenzhen

位址:https://github.com/LarryEmerson/AutoBuildIpaAndUploadToPgyer

23:代碼塊模闆

位址:https://github.com/Xcode-Snippets/Objective-C

24:頭腦風暴畫圖軟體

位址:http://www.xmind.net/download/mac/ 

25:檢視單元格渲染時間--DWURecyclingALert

位址:https://github.com/diwu/DWURecyclingAlert

26:XCode皮膚集合,總有一個适合你

位址:https://github.com/hdoria/xcode-themes

27:代碼格式化對齊插件(shift+command+x)

位址:https://github.com/qfish/XAlign

28:圖檔壓縮軟體

位址:https://imageoptim.com/mac

29:線上JSON 轉義 或去轉義等

位址:http://www.sojson.com/yasuo.html 

30:Mac上強大的iOS矢量繪圖程式設計軟體,paintcode for mac 破解版

31:MobileVLCKit靜态庫下載下傳連結

位址:http://nightlies.videolan.org/build/ios/

32:Reveal軟體下載下傳

位址:http://xclient.info/s/reveal.html

33:格式化代碼插件ClangFormat-Xcode

位址:https://github.com/travisjeffery/ClangFormat-Xcode

34:可以檢視上架一些相關統計 特别是ASO的統計

位址:http://www.cqaso.com/

35:一個可以編寫國際化檔案的小軟體,提高編輯效果

位址:http://www.peerassembly.com/linguan.html

36:檢視項目中沒有使用的圖檔插件

位址:https://github.com/jeffhodnett/Unused

37:一個關于Instuments使用指南.pdf

位址:http://cdn.cocimg.com/bbs/attachment/Fid_6/6_24457_90eabb4ed5b3863.pdf

38:生成2X或3X的圖示軟體

位址:https://itunes.apple.com/cn/app/app-icon-gear-gao-xiao-dexcode/id989646576?mt=12

39:推送測試工具

位址:https://itunes.apple.com/cn/app/easy-apns-provider/id989622350?mt=12

40:Swift學習資源集合

位址:https://github.com/ipader/SwiftGuide

41:Swift一個友善的集合超過365本地Swift 3擴充,以提高您的生産力

位址:https://github.com/omaralbeik/SwifterSwift

42:驗證HTTPS證書域名是否有效

位址:https://www.qcloud.com/product/ssl

43:線上編碼解碼

位址:http://tool.chinaz.com/tools/urlencode.aspx

44:收集一些IOS文章跟源代碼位址LearningIOS 學習資料

位址:https://github.com/zhouhuanqiang/LearningIOS

45:任務卡片管理

位址:https://trello.com/

轉載于:https://www.cnblogs.com/jordanYang/p/6272529.html