重點 (三十三) : 框架大全

學習資源:
CocoaChina、Stackoverflow、objc.io、Code4app

技術分享:

各種干貨
http://h5.shequngj.com/dist/?from=singlemessage&isappinstalled=0#/detail/666/article/447?page=1

面試必問:
RunLoop底層實現原理
http://blog.csdn.net/zc639143029/article/details/50012527

iOS開發奇葩面試集
http://www.lxweimin.com/p/20efc31b6b26

iOS面試總結
http://blog.csdn.net/pingchangtan367/article/details/16824281

94個iOS開發資源  幫你加速應用開發
http://www.cocoachina.com/ios/20151210/14635.html

iOS項目技術難點全攻略
http://wenku.baidu.com/link?url=-ausIfffPRZMKAmrI2x8h3Vf6jRQXzf_t2Un3btCp7gGY9LyAFlaN7AClcnQDGhkll1tfoFmO0zUDQJ6w-MyDSp-CjeJEBOhJ_E-EeFRV5u

iOS分層架構設計
http://www.open-open.com/doc/view/5d256c105d544718b313d9cf1bb139da

Xcode插件不能使用的解決方法:
蘋果要求加入UUID證書從而保證插件的穩定性。
解決方法:
一、查看Xcode的UUID
在終端執行 defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID
拷貝選中的字符串。
1、打開xcode插件所在的目錄:~/Library/Application Support/Developer/Shared/Xcode/Plug-ins;
2、選擇已經安裝的插件例如VVDocumenter-Xcode,右鍵”顯示包內容”;
3、找到info.plist 文件,找到DVTPlugInCompatibilityUUIDs的項目,添加一個Item,Value的值為之前Xcode的UUID,保存。 
Tips: Xcode UUID 獲取方法:命令行 defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID
二、重啟Xcode
Xcode 6之后,重啟Xcode時會提示“Load bundle”、 “Skip Bundle”,這里必須選擇“Load bundle”,不然插件無法使用

如何加強iOS里的列表滾動時的順暢感
http://www.zhihu.com/question/20382396/answer/14964190

最新博文 自定義iOS 9 wheelview
http://www.cnblogs.com/manuosex/p/5032934.html

xcode的詳細使用
http://www.cocoachina.com/ios/20151204/14480.html

iOS基礎視頻_最適合初學者入門(基礎班全套教程) http://ios.itcast.cn/news/20150429/0954436695.shtml?1507wwtqun
源碼鏈接: http://pan.baidu.com/s/1qWKCACG 密碼: sy9j

蘋果iOS應用UI控件開發基礎視頻(全10天全發布)
http://ios.itcast.cn/news/20150513/11444934202.shtml?1507wwtqun
源碼鏈接: http://pan.baidu.com/s/1mgorfWc 密碼: b6yx

Objective-C基礎加強視頻
http://ios.itcast.cn/news/20150709/10041383489.shtml?1507wwtqun
源碼鏈接: http://pan.baidu.com/s/1gdhctqz 密碼: nkpc

Swift基礎視頻教程-20151116
http://pan.baidu.com/s/1qWEdjas
鏈接:http://pan.baidu.com/s/1pJIiWeJ 密碼:2ftl

swift地址
https://github.com/apple/swift

swift學習網址
http://www.linuxidc.com/Linux/2015-12/125847.htm

超級全面面試題
http://codecloud.net/ios-mac-study-5155.html

黑馬面試題
http://www.mamicode.com/info-detail-975646.html

算法排解圖
http://www.guqiankun.com/sortalgorithm/

算法分析
http://www.csdn.net/article/2015-10-23/2826015

百度開源大牛
http://www.infoq.com/cn/news/2015/11/ibireme-interview

開源社區
http://www.9miao.com/forum.php?2205

蘋果軟件
http://www.waitsun.com
http://www.itools.cn
http://pro.itools.cn


語言龍虎榜
http://githuber.cn/rank

AFNetworking之小試牛刀
http://www.lxweimin.com/p/8cc137ac26f0

iOS開發系列文章(持續更新......)
http://www.cnblogs.com/kenshincui/p/3985090.html

iOS Xcode 7網絡請求錯誤
http://blog.csdn.net/qq_29284809/article/details/49948535

Xcode7 iOS9新特性適配利器
http://www.csdn.net/article/2015-08-04/2825372

找APP的網站
http://www.shangyongapp.com/

iOS9適配中的坑
http://blog.csdn.net/qq_29284809/article/details/49928861

iOS開發工程師筆試題
http://wenku.baidu.com/view/0c853d067cd184254b35359f.html?re=view

袁征簡書:
http://www.lxweimin.com/users/b09c3959ab3b/latest_articles

酷炫的音樂播放器 
http://www.cocoachina.com/cms/wap.php?action=article&id=14078

xcode插件存放地址:
~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/

AFNetworking簡單封裝 瀑布流
http://www.cocoachina.com/cms/wap.php?action=article&id=14032

如何把定時器放在子線程執行
http://blog.sina.com.cn/s/blog_7f6480790102v8qi.html

iOS 開源代碼庫--iOS特效示例-iOS代碼例子下載-Code4App.com
http://code4app.com/

Github repos (iOS開發必備)
http://github.ibireme.com/github/list/ios/

懶人ios代碼庫-ios項目開源庫實例
http://www.lanrenios.com/

菜鳥教程 - 學的不僅是技術,更是夢想!
http://www.runoob.com/

Git教程 - 廖雪峰的官方網站
http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000

接到其他iOS 應用程序,你可以用它來編輯和管理照片:https://github.com/Ink/ThatPhoto
16,ThatPDF一個開源的,用來閱讀、簽名和注解PDF 文檔的工具:https://github.com/Ink/ThatPDF
17,xmpp聊天系統:https://github.com/chrisballinger/Off-the-Record-iOS
18,對口袋NCE有用的app:https://github.com/imtiger/HappyEnglish ???????
19,一個像Instagram那樣的圖片分享社區App:https://github.com/ParsePlatform/Anypic
20,黑客閱讀:https://github.com/mmackh/Hacker-News-for-iOS
21,畫圖軟件:https://github.com/sprang/Brushes ??????
22,APN軟件:https://github.com/lexrus/APN.iOS
23,Sol的天氣app:https://github.com/comyarzaheri/Sol
24,貨幣轉換:https://github.com/nicklockwood/Concurrency
25,來電歸屬地查詢的軟件(不能上架):https://github.com/Quotation/WhoCall
26,Mogo iOS 客戶端:https://github.com/jurre/Mogo-iOS
27,https://github.com/AshFurrow/C-41
28,使用XMPP協議的IM開源軟件:https://github.com/chrisballinger/ChatSecure-iOS
29,WWDC:https://github.com/indragiek/WWDC-2014
30,移動支付公司 Square 將去年收購的照片應用 Viewfinder 開源了,包含服務端、iOS 和 Android 應用代碼:https://github.com/viewfinderco/viewfinder
31,圣經小助手 :https://github.com/nixzhu/Bible-Assistant
32,已閱 :https://github.com/ming1016/RSSRead
33,美國白宮APP:https://github.com/WhiteHouse/wh-app-ios
34,Ruby for China: https://github.com/ruby-china/ruby-china-for-ios
35,breadwallet iOS bitcoin wallet :https://github.com/voisine/breadwallet
36,品趣:https://github.com/novel-design/novel-design
37,懶人筆記:https://github.com/liaojinxing/Voice2Note
38, Doppio :https://github.com/chroman/Doppio
39,parse開源了:https://github.com/ParsePlatform/f8DeveloperConferenceApp
40,The Oakland Post iOS App
http://www.oaklandpostonline.com)==》 https://github.com/aclissold/The-Oakland-Post

41,GreatReader PDF閱讀:https://github.com/semweb/GreatReader
42,Signal for iOS:https://github.com/WhisperSystems/Signal-iOS
43,Hacker News Client:https://github.com/bonzoq/hniosreader
44,coding 的客戶端:https://coding.net/u/coding/p/Coding-iOS/git
45,Doppio客戶端:https://github.com/chroman/Doppio
46,https://itunes.apple.com/us/app/id955480687客戶端:https://github.com/florent37/OCiney-iOS
47,維基百科客戶端:https://github.com/wikimedia/apps-ios-wikipedia


----------------開源項目的協議--------------
網易新聞的開源協議: http://m.163.com/special/newsclient/ios_libraries.html
instagram 開源協議:https://instagram.com/about/legal/libraries/

----------------組件----------------
自定義tabbar(1)的:  https://github.com/i300/TweetBotTabBar
自定義tabbar(2)和上拉刷新:http://www.cocoachina.com/bbs/read.php?tid=62061&keyword=tabbar
自定義tabbar(3):https://github.com/jinthagerman/JBTabBarController
類似instagram的tabbar:https://github.com/boctor/idev-recipes/tree/master/CustomTabBarNotification

coretext:https://github.com/Cocoanetics/DTCoreText
圖片延時加載:http://developer.apple.com/library/ios/#samplecode/LazyTableImages
網絡請求:https://github.com/pokeb/asi-http-request
https://github.com/AFNetworking/AFNetworking
Json解析:https://github.com/johnezang/JSONKit
圖片異步加載:https://github.com/rs/SDWebImage?source=c
瀑布流1):https://github.com/aceisScope/WaterflowView
瀑布流2)http://code4app.com/ios/%E7%80%91%E5%B8%83%E6%95%88%E6%9E%9C-%E4%B8%8D%E5%90%8C%E7%9A%84%E5%AE%9E%E7%8E%B0%E6%96%B9%E5%BC%8F/4fdfecd96803fa117f000000
瀑布流3):https://github.com/chiahsien/CHTCollectionViewWaterfallLayout???????
瀑布流4):http://www.cocoachina.com/bbs/read.php?tid=94851&keyword=%C6%D9%B2%BC%C1%F7
瀑布流5):https://github.com/ptshih/PSCollectionView ??????????
瀑布流6):http://www.cocoachina.com/bbs/search.php?ss=index#submit 搜索:瀑布流
瀑布流7):https://github.com/steipete/PSTCollectionView


做圖書的一個框架:https://github.com/Simbul/baker
項目內文檔:https://github.com/tomaz/appledoc?source=c
抽屜導航:https://github.com/Inferis/ViewDeck

iOS的url router :https://github.com/gaosboy/urlmanager
https://github.com/usepropeller/routable-ios
https://github.com/jverkoey/sockit
照片墻:https://github.com/gmoledina/GMGridView
collectionview:https://github.com/steipete/PSTCollectionView
自動更新類:https://github.com/lexrus/LTUpdate
官網蝴蝶的OpenGL應用:https://developer.apple.com/library/ios/#documentation/UIKit/Reference/UITabBar_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40007521-CH3-SW4
開機密碼鎖:https://github.com/aporat/KKPasscodeLock
視頻播放器:https://github.com/blizzard-op/VideoPlayerKit

音頻播放完整客戶端:https://github.com/kstenerud/ObjectAL-for-iPhone
豆瓣音頻播放:https://github.com/douban/DOUAudioStreamer ?????
掉渣天的音頻播放流:https://github.com/alexbw/novocaine
AudioEngine:https://github.com/TheAmazingAudioEngine/TheAmazingAudioEngine1000+?

滑動的自定義的SegmentedControl控件:https://github.com/samvermette/SVSegmentedControl
自定義的segmented:https://github.com/HeshamMegid/HMSegmentedControl

類似swipelist的左右滑動的cell:https://github.com/alikaragoz/MCSwipeTableViewCell?????

擴展1:https://github.com/soffes/sstoolkit ????
擴展2:(存用戶密碼):https://github.com/soffes/sskeychain ????

scrollview自動滾動:https://github.com/shanegao/SGFocusImageFrame
scrollview左右滑動,漸隱漸出:https://github.com/park0ur/Path-Intro-iPhone
scrollview滑動條變細:https://github.com/r-plus/ScrollThindicator

彈窗層:https://github.com/martinjuhasz/MJPopupViewController ?????

tableview下拉圖片放大:https://github.com/hunk/TwProfile

選取iPod庫播放音樂:https://github.com/gangverk/GVMusicPlayerController

UIView動畫:https://github.com/neror/ftutils

類似clear的超強動畫cell:https://github.com/mystcolor/JTGestureBasedTableViewDemo

網易新聞背景圖浮動:https://github.com/kenshin03/Home-For-iOS

仿網易,新浪的push效果,帶有陰影:1)http://code4app.com/ios/%E8%A7%86%E5%9B%BE%E5%88%87%E6%8D%A2%E5%A4%A7%E5%B0%8F%E6%B8%90%E5%8F%98%E6%95%88%E6%9E%9C/5124399a6803fae82c000000
2)https://github.com/vinqon/MultiLayerNavigation
3)https://github.com/chisj/EuPopDemo
?????實現原理:http://mobile1.riaos.com/?p=2025414?????

新浪微博和朋友圈的圖片瀏覽方式:
1)https://github.com/Seitk/FB-Gallery
2)https://github.com/jimneylee/SinaMBlogNimbus

coretext 運用:https://github.com/akosma/CoreTextWrapper

N多自定義組件:https://github.com/boctor/idev-recipes ??????

可以換圖片的pageControl:https://github.com/Spaceman-Labs/SMPageControl
瀑布流:https://github.com/ptshih/PSCollectionView

iOS7的扁平UI:https://github.com/Grouper/FlatUIKit

產品引導view:https://github.com/123nobody/WZGuideViewController

類似safari的頁面瀏覽:https://github.com/100grams/HGPageScrollView ??????

正則匹配UIView :https://github.com/KayK/RegexHighlightView????????????

加密措施:https://github.com/dev5tec/FBEncryptor
https://github.com/mayurbirari/AES256AndBase64

自增長的鍵盤:https://github.com/HansPinckaers/GrowingTextView

自定義的map Annotation :https://github.com/grgcombs/MultiRowCalloutAnnotationView

超屌的3d畫面:https://github.com/nicklockwood/iCarousel ????????????

上拉刷新 : https://github.com/dbsGen/SlimeRefresh

翻頁效果:https://github.com/brow/leaves

類似maps的半截翻頁:https://github.com/FairfaxMobile/FDCurlViewControl

彈窗:https://github.com/martinjuhasz/MJPopupViewController

對話框:https://github.com/jessesquires/MessagesTableViewController

pagecurl的翻頁效果:http://www.cocoachina.com/bbs/read.php?tid=11856&keyword=%B5%D8%CD%BC

二維碼:http://www.cocoachina.com/applenews/devnews/2013/0104/5462.html


自定義的annotation(1):https://github.com/applidium/ADClusterMapView
自定義的annotation(2):http://code4app.com/ios/Customized-Complex-Map-Annotation/4f67f4f86803fa843f000002#osc

類似國家地理的翻頁:https://github.com/michaelhenry/MHNatGeoViewControllerTransition

iOS開發私有庫:https://github.com/kennytm/iphone-private-frameworks

viewController的切換(從右邊進來):https://github.com/steipete/PSStackedView????????????

安全存儲用戶名,密碼等:https://github.com/granoff/Lockbox

FormSheet的神器:https://github.com/m1entus/MZFormSheetController

iOS中model類的寫法:https://github.com/github/Mantle
相關介紹:https://github.com/blog/1299-mantle-a-model-framework-for-objective-c
model類解析:https://github.com/nicklockwood/BaseModel
basemodel解析:https://github.com/andrep/RMModelObject

藍牙:https://github.com/xuanhuangyiqi/Anti-Lost

model類比較好的庫1):https://github.com/icanzilb/JSONModel
model類比較好的庫2):https://github.com/github/Mantle

原生App的遠程調試工具包:https://github.com/square/PonyDebugger#remote-logging

將緩存存在磁盤:https://github.com/rs/SDURLCache

path的歡迎頁實現方式:https://github.com/icepat/ICETutorial ?????????
path的左下角菜單欄的同類實現方法:https://github.com/mattgemmell/MGTileMenu

coredata的封裝庫:https://github.com/magicalpanda/MagicalRecord ??????
coredata的 sql使用方式:https://github.com/marcoarment/FCModel

zip文件解壓縮:https://github.com/soffes/ssziparchive
完美的圖片category:https://github.com/Nyx0uf/NYXImagesKit
縱向的scrollview循環利用:https://github.com/andreyvit/SoloComponents-iOS
UINavigationController的push可能導致錯誤的效果的補充:https://github.com/Plasma/BufferedNavigationController
UIKit的分類:https://github.com/enormego/cocoa-helpers ????? ?????
左右滾動的scrollview(類似網易讀圖):https://github.com/kejinlu/PagedFlowView
webview控制器:https://github.com/samvermette/SVWebViewController
滑動幀動畫:https://github.com/IFTTT/JazzHands ?????
iOS6的水滴下拉刷新:https://github.com/Sephiroth87/ODRefreshControl
微信下拉顯示logo:https://github.com/gluttony/RevealLogo
支付寶的鎖屏界面:https://github.com/kejinlu/KKGestureLockView
status bar的離線loading效果:http://www.cocoachina.com/bbs/read.php?tid=99947&keyword=%CD%F8%D2%D7
模仿百度地圖向下推的層:https://github.com/mariohahn/MHDismissModalView
FileManager:https://github.com/nicklockwood/StandardPaths
下拉頭圖放大:https://github.com/cyndibaby905/TwitterCover
(1)訪網易的左右滑動的view:http://code4app.com/ios/%E4%BB%BF%E7%BD%91%E6%98%93%E6%96%B0%E9%97%BB%E7%9A%84%E6%BB%91%E5%8A%A8%E8%A7%86%E5%9B%BE%E5%B8%83%E5%B1%80/5255fbd96803fa8660000000
(2)左右橫向滑動:https://github.com/MugunthKumar/MKHorizMenuDemo

tableview模仿path的時間表:https://github.com/kentnguyen/KNPathTableViewController
彈出層:https://github.com/50pixels/FPPopover
二維碼登錄:https://tiqr.org/
彈出層:https://github.com/UrbanApps/UAModalPanel

Facebook paper中的圖片左右移動實現:https://github.com/chroman/CRMotionView

橫向滾動的tab1):https://github.com/pppoe/LightMenuBar
橫向滾動的tab2):https://github.com/MugunthKumar/MKHorizMenuDemo

左右滑動的cell,有刪除等功能:https://github.com/CEWendel/SWTableViewCell/
不同速度的scrollview,用于做啟動介紹頁:https://github.com/5sw/SWParallaxScrollView
mattt寫的解析html和xml的:https://github.com/mattt/Ono

通過服務器動態修改客戶端邏輯:https://github.com/mmin18/WaxPatch
routes,可以讓按鈕直接向點html的鏈接一樣:https://github.com/joeldev/JLRoutes
像新浪微博一樣的圖片瀏覽viewcontroller:https://github.com/jaredsinclair/JTSImageViewController
像微信一樣的search bar :https://github.com/fabiankr/TableViewSearchBar
圖片瀏覽:https://github.com/EddyBorja/EBPhotoPages
左滑動或右滑動cell:https://github.com/modocache/MDCSwipeToChoose
類似iOS相冊刪除照片的動畫效果:https://github.com/Ciechan/BCGenieEffect
扁平化的uibutton:https://github.com/barbosa/GBFlatButton
給app評分的組件1:https://github.com/nicklockwood/iRate
給app評分的組件2:https://github.com/arashpayan/appirater

NSFileManager的封裝:https://github.com/fabiocaccamo/FCFileManager
paper的點擊展開效果:https://github.com/hebertialmeida/HAPaperViewController
柱狀圖:https://github.com/honcheng/iOSPlot
點擊titleview彈出下拉的menu:https://github.com/romaonthego/REMenu
自定義開場圖:https://github.com/ealeksandrov/EAIntroView
讓navbar跟著scrollview一起滾動:https://github.com/andreamazz/AMScrollingNavbar
跟相冊相關的:https://github.com/B-Sides/ELCImagePickerController
更高效的顯示地圖上的大頭針:https://github.com/choefele/CCHMapClusterController
streaming的音頻播放:https://github.com/douban/DOUAudioStreamer
XMPP的使用:https://github.com/adow/Dollarss
iOS7 mailbox的statusbar運用:https://github.com/simonholroyd/StatusBarTest
國家地理的頁面切換動畫:https://github.com/michaelhenry/MHNatGeoViewControllerTransition
引導頁1:https://github.com/MatthewYork/MYBlurIntroductionView
引導頁2:https://github.com/MatthewYork/iPhone-IntroductionTutorial
引導頁3:https://github.com/ealeksandrov/EAIntroView
iOS7的電話button: https://github.com/mrcrow/MRoundedButton
類似paper的導航抖動:https://github.com/andreamazz/AMWaveTransition
下拉填充滿字體:https://github.com/d-ronnqvist/blogpost-codesample-PullToRefresh:
gif播放 :https://github.com/Flipboard/FLAnimatedImage
視圖切換:https://github.com/zoonooz/ZFDragableModalTransition
類似游戲的菜單按鈕,點擊伸縮:https://github.com/sendoa/QBKOverlayMenuView
模仿twitter的首頁左右切換:https://github.com/duowan/TwitterPaggingViewer
下載器:https://github.com/thibaultCha/TCBlobDownload
網易新聞的離線下載bar:https://github.com/jaydee3/JDStatusBarNotification
圖片剪切和拆剪:https://github.com/kishikawakatsumi/PEPhotoCropEditor
過度效果的status bar :https://github.com/nrj/AlphaGradientStatusBar
Facebook’s paper的彈出層:https://github.com/UrbanApps/UAModalPanel
Objective-C 和JavaScript 交互:https://github.com/marcuswestin/WebViewJavascriptBridge
CollectionView in UITableViewCell:https://github.com/AshFurrow/AFTabledCollectionView
popview(1):https://github.com/jmascia/KLCPopup
popview(2)https://github.com/andreamazz/AMPopTip
UICollectionView replacement of UITableView (添加上section):https://github.com/jamztang/CSStickyHeaderFlowLayout
storekit: https://github.com/mattt/CargoBay

替換Apple的Reachability判斷網絡:https://github.com/tonymillion/Reachability?????
搜索控件search:https://github.com/dzenbot/DZNPhotoPickerController

今日頭條的菜單:https://github.com/bassamyan/BYDailyNews

一些小工具:https://github.com/ibireme/YYKit
知乎日報的上下拉切換頁面:https://github.com/boctor/idev-recipes/tree/master/VerticalSwipeArticles
橫向滑動的containerVC,包含segment和VC:https://github.com/y-hryk/YSLContainerViewController

========================== UICollectionView相關===============

https://github.com/bryceredd/RFQuiltLayout

==========================helper相關===============
https://github.com/andrewroycarter/UIView-Helpers

==========================auto layout相關=======
https://github.com/cloudkite/Masonry  
https://github.com/smileyborg/UIView-AutoLayout  
 https://github.com/iMartinKiss/KeepLayout  
pinterst的下拉刷新填充滿的效果:https://github.com/uzysjung/UzysCircularProgressPullToRefresh

==========================block相關=======================================

https://github.com/jivadevoe/UIAlertView-Blocks
https://github.com/pandamonia/BlocksKit ?????

==========================iOS7相關=======================================
iOS7顏色類:https://github.com/claaslange/iOS7Colors
iOS7:動態毛玻璃效果:https://github.com/alexdrone/ios-realtimeblur

iOS7 blur側邊欄:https://github.com/rnystrom/RNFrostedSidebar
iOS7 blur image:https://github.com/lukabernardi/LBBlurredImage
iOS7 blur 效果:https://github.com/nicklockwood/FXBlurView

iOS7的uialertview:https://github.com/alexanderjarvis/PXAlertView
邊打字邊出現標題:https://github.com/jverdi/JVFloatLabeledTextField
扁平化的segment:https://github.com/pepibumur/PPiFlatSegmentedControl
iOS7視圖切換炫酷效果:https://github.com/ColinEberhardt/VCTransitionsLibrary
iOS7教學代碼:https://github.com/ShinobiControls/iOS7-day-by-day
iOS7風格的抽屜導航:https://github.com/monospacecollective/MSDynamicsDrawerViewController
顏色漸變的加載:https://github.com/nrj/GradientProgressView
iOS7demo:https://github.com/shu223/iOS7-Sampler
iOS正則分類:https://github.com/bendytree/Objective-C-RegEx-Categories
iOS7側邊欄:https://github.com/romaonthego/RESideMenu
iOS7側邊欄(覆在view上)https://github.com/romaonthego/REFrostedViewController
iOS7庫:https://github.com/youknowone/UI7Kit(可以讓iOS5也有iOS7的樣子)
===========================測試框架=====
http://www.cocoachina.com/applenews/devnews/2013/1025/7242.html
https://github.com/kif-framework/KIF

mattt大神的發布程序:https://github.com/nomad/shenzhen

最后編輯于
?著作權歸作者所有,轉載或內容合作請聯系作者
平臺聲明:文章內容(如有圖片或視頻亦包括在內)由作者上傳并發布,文章內容僅代表作者本人觀點,簡書系信息發布平臺,僅提供信息存儲服務。

推薦閱讀更多精彩內容

  • 前言本文旨在搜集github上優秀的開源項目 本文搜集的項目都是用于iOS開發 本文會持續更新… 完整客戶端ioc...
    petter102閱讀 5,960評論 1 25
  • 是誰融化了我的心,我不知道,我真的不知道。 問世間情為何物,只教人生死相許。 “生命誠可貴,愛情價更高;若為自由故...
    風兒來了閱讀 500評論 0 3
  • 回到開頭重新閱讀 (作者ID: 英國病人) 難道照片里的人是大姐的妹妹?姐姐?仔細看照片上的人,五官和大姐的相似度...
    安鎖閱讀 203評論 0 1
  • 創就輝煌
    大車閱讀 236評論 0 0
  • 三年前,我和兒子來到了美麗的澳大利亞。兒子進入高中學習,我從事紅酒貿易。旅游和生活是兩個概念,旅游看到的是美麗...
    Y芳閱讀 196評論 0 0