github優(yōu)秀開(kāi)源項(xiàng)目大全-iOS

前言
本文旨在搜集github上優(yōu)秀的開(kāi)源項(xiàng)目

本文搜集的項(xiàng)目都是用于iOS開(kāi)發(fā)

本文會(huì)持續(xù)更新…

完整客戶端
ioctocat

github的iOS客戶端惯裕,目前開(kāi)源代碼是V1版本握玛,V2版本在appstore上可以下載
ChatSecure-iOS

使用XMPP協(xié)議的IM開(kāi)源軟件,很強(qiáng)大甫菠,在appstore上可以下載
SegmentFault

SegmentFault的官方iOS客戶端
OSChina-iOS

開(kāi)源中國(guó)社區(qū)oschina的官方iPhone客戶端挠铲,appstore已上線。早期地址在github上,后來(lái)遷移到OSChina自己的代碼托管平臺(tái).
FFCalendar

實(shí)現(xiàn)了日歷的基本功能寂诱,目前只支持iPad版本


wh-app-ios

美國(guó)白宮(WhiteHouse)的官方app拂苹,聽(tīng)起來(lái)很高大上哈
ruby-china-for-ios

Ruby China的官方app
cheddar-ios

一款不錯(cuò)的日程管理軟件,Appstore上能下載


twitterfon

第三方twitter客戶端痰洒,不過(guò)作者上傳后至今5年了都沒(méi)更新過(guò)瓢棒。浴韭。。
viewfinder

移動(dòng)支付公司Square在其工程博客上宣布脯宿,基于Apache 2.0許可協(xié)議念颈,開(kāi)源了于去年12月初收購(gòu)的照片管理和共享應(yīng)用Viewfinder,包括Viewfinder服務(wù)器连霉、Android和iOS應(yīng)用在內(nèi)的25萬(wàn)行代碼已托管到GitHub上榴芳。 對(duì)此,Square工程師Peter Mattis在工程博客上表示窘面,Square之所以考慮到將Viewfinder的完整代碼公之于眾翠语,是希望能夠與人方便,讓開(kāi)發(fā)者在應(yīng)用開(kāi)發(fā)過(guò)程中可以加以利用或作為參考财边。盡管Square團(tuán)隊(duì)并沒(méi)有為Viewfinder提供技術(shù)支持,也沒(méi)有進(jìn)行Bug修復(fù)点骑,但此舉還是贏得了滿堂喝彩一致點(diǎn)贊酣难。
Viewfinder包含了許多非常有趣的代碼,對(duì)于開(kāi)發(fā)者來(lái)說(shuō)黑滴,絕對(duì)是大大的Surprise憨募,主要如下:
. Viewfinder服務(wù)器提供了一個(gè)擁有各種Amazon DynamoDB索引選項(xiàng)的結(jié)構(gòu)化數(shù)據(jù)庫(kù)架構(gòu)。. 服務(wù)器還提供了數(shù)據(jù)庫(kù)和協(xié)議層版本控制支持袁辈。. 在本地元數(shù)據(jù)存儲(chǔ)方面菜谣,Viewfinder客戶端使用LevelDB,相比CoreData晚缩,更易于使用尾膊,也相當(dāng)便捷。. 內(nèi)置可直接運(yùn)行于移動(dòng)設(shè)備上的全文本搜索引擎荞彼,支持聯(lián)系人和圖片搜索冈敛。. 使用GYP生成Xcode項(xiàng)目文件和Android構(gòu)建文件。. 支持C++模板元編程鸣皂,可使用C++11可變參數(shù)模板根據(jù)C++方法自動(dòng)計(jì)算Java方法簽名抓谴。

該段介紹出自這里
viewfinder使用GYP生成Xcode的工程文件寞缝,生成方式如下:
首先要安裝GYP癌压,執(zhí)行以下步驟:
1234

$ svn checkout http://gyp.googlecode.com/svn/trunk/ gyp-read-only $ cd gyp-read-only $ ./setup.py build $ sudo ./setup.py install

安裝成功以后,再進(jìn)入到clone下來(lái)的viewfineder源碼目錄荆陆,執(zhí)行:
12

$ cd viewfinder/clients/ios$ gyp --depth=. -DOS=ios -Iglobals.gypi ViewfinderGyp.gyp

這樣就能成功生成Xcode工程文件了滩届,不過(guò)需要通過(guò)ViewfinderGyp.xcodeproj
文件打開(kāi)工程。
HackerNews

Hacker News
的iPhone客戶端


AmericanEnglish

iOS資深開(kāi)發(fā)者羅朝輝做的一款應(yīng)用慎宾,《美式英語(yǔ)》的iPhone版本


FormosaWeibo

使用新浪微博開(kāi)放平臺(tái)做的微博客戶端丐吓,做工略顯粗糙浅悉,作者也有幾個(gè)月沒(méi)更新了。
RSSRead

AppStore上線產(chǎn)品券犁,中文名稱已閱
术健。一個(gè)iOS設(shè)備上的RSS/Atom閱讀器,剛成立的項(xiàng)目粘衬,還有很多有待完善的地方荞估。


Xcode插件
cocoapods-xcode-plugin

用于在Xcode中管理CocoaPods依賴庫(kù)


XAlign

方便實(shí)現(xiàn)代碼對(duì)其功能,使代碼風(fēng)格統(tǒng)一


XcodeBoost

一個(gè)輔助代碼編輯插件稚新。支持高亮選中勘伺、批量選中方法和方法名、根據(jù)選中的方法批量生成方法聲明褂删、高亮正則搜索等功能飞醉。
Injection for Xcode

一個(gè)神奇的Xcode 插件,能讓?xiě)?yīng)用在運(yùn)行的時(shí)候做出的小的改變立馬體現(xiàn)效果屯阀,而不需要重新編譯适刀。西篓。庇楞。
Alcatraz

以圖形化界面管理Xcode插件的插件丛忆。


KSImageNamed-Xcode

當(dāng)輸入[NSImage imageNamed:
或者[UIImage imageNamed:
時(shí),會(huì)自動(dòng)補(bǔ)全工程中可用的圖片名稱盖袭,同時(shí)能提供選中圖片的預(yù)覽失暂。


XToDo

能以圖形界面列表的形式列出代碼中添加了TODO
,FIXME
,???
,!!!!
標(biāo)識(shí)的項(xiàng)目,方便解決軟件中備注的未解決問(wèn)題鳄虱。另外弟塞,能查找的還不只上述四種標(biāo)識(shí),用戶可以自己添加想支持的標(biāo)識(shí)醇蝴。


CodePilot

快速查找工程中的文件宣肚、代碼等資源,和Xcode5自帶的Open Quickly
功能相似悠栓。


VVDocumenter-Xcode

提供了為代碼增加注視的最快捷方式霉涨,是我使用頻率最高的插件,貓神出品惭适。


工具
Xtrace

能詳細(xì)打印出一個(gè)某個(gè)方法被調(diào)用的堆棧笙瑟,方便調(diào)試時(shí)定位問(wèn)題


RMConnecter

在上傳AppStore時(shí)需要填寫(xiě)app的描述信息,此軟件能很方便的填寫(xiě)這些信息癞志。


xctool

facebook出的自動(dòng)編譯工具往枷,不像xcodebuild,它能夠整潔的打印出日志


iOS-Universal-Framework

用于生成兼容armv6/armv7/i386 framework
的Xcode工程模版:


UYLPasswordManager

對(duì)訪問(wèn)iOS Keychain的封裝庫(kù)。
sqlcipher

這是目前我已知的唯一一個(gè)支持對(duì)SQLite加密的免費(fèi)開(kāi)源庫(kù)错洁,對(duì)應(yīng)的有收費(fèi)版本秉宿。本開(kāi)源庫(kù)實(shí)現(xiàn)了對(duì)SQLite開(kāi)源免費(fèi)版本中未實(shí)現(xiàn)的加密接口,同時(shí)做了一定的擴(kuò)展屯碴。使用的是256位AES加密方式描睦。
強(qiáng)烈推薦!
Xcode-Snippets

AFNetworking
作者导而、mattt大神開(kāi)源的常用Xcode代碼片段忱叭。
開(kāi)發(fā)框架
pop

facebook那神奇的動(dòng)畫(huà)引擎,你懂得今艺。韵丑。。

pop
pop

KVOController

facebook出品虚缎,基于Cocoa的KVO開(kāi)發(fā)撵彻,提供簡(jiǎn)單地使用方式,同時(shí)也是線程安全的实牡。
Aspects

通過(guò)method swizzling技術(shù)千康,能夠在一個(gè)類的現(xiàn)有方法執(zhí)行之前或之后附加一個(gè)代碼片段(以block方式),能極大的方便我們調(diào)試铲掐。
PSPDFKit

十分強(qiáng)大的PDF開(kāi)發(fā)框架,有異步加載值桩、預(yù)覽摆霉、編輯、加標(biāo)注等很多功能
TEAChart

使用簡(jiǎn)單奔坟,功能強(qiáng)大的圖表工具

TEAChart
TEAChart

SearchCoreTest

一個(gè)聯(lián)系人搜索庫(kù)携栋,支持的搜索方式包括:用戶名漢字、拼音及模糊搜索咳秉,號(hào)碼搜索婉支,最重要的是支持T9搜索,做過(guò)通訊錄類應(yīng)用的同學(xué)都懂的澜建。我在項(xiàng)目里用過(guò)向挖,很贊。
XMPPFramework

應(yīng)該是XMPP協(xié)議Objective-C實(shí)現(xiàn)的最好版本炕舵,小型開(kāi)發(fā)者想做IM應(yīng)用的好選擇何之,使用起來(lái)也很方便。
JSQMessagesViewController

一個(gè)通用聊天界面框架咽筋,效果不錯(cuò)溶推,感謝作者的開(kāi)源。這個(gè)框架后來(lái)被國(guó)內(nèi)某無(wú)恥程序員修改成MessageDisplayKit,大有據(jù)為己有之勢(shì)蒜危。


vTeam

一個(gè)開(kāi)發(fā)者積累多年的開(kāi)發(fā)框架虱痕,值得看看。
AGGeometryKit

幾何圖形框架辐赞,把AGGeometryKit和POP結(jié)合起來(lái)使用部翘,可實(shí)現(xiàn)非常棒的動(dòng)態(tài)和動(dòng)畫(huà)。
IMQuickSearch

IMQuickSearch是一個(gè)快速搜索工具占拍,可以過(guò)濾包含多種自定義NSObject類的NSArray略就。


iOSPlot

新加坡開(kāi)發(fā)者h(yuǎn)oncheng
實(shí)現(xiàn)的圖標(biāo)制作框架,支持折線圖晃酒、餅狀圖等表牢。


自定義view
DZTableView

仿照UITableView機(jī)制自己實(shí)現(xiàn)的一個(gè)自定義tableview,帶有詳細(xì)的說(shuō)明文檔
AMWaveTransition

很炫的帶有表格的視圖控制器切換效果贝次,點(diǎn)擊每個(gè)欄目會(huì)有限帶有波浪效果的信息展示崔兴,類似于Facebook Paper

AMWaveTransition
AMWaveTransition

Shimmer

又是facebook出的,可以讓view展示波光粼粼的效果

Shimmer
Shimmer

PSTCollectionView

仿照系統(tǒng)的UICollectionView的API實(shí)現(xiàn)的collection view蛔翅,支持ARC和iOS4.3+系統(tǒng)敲茄,可用于替代只能從iOS6開(kāi)始支持的UICollectionView
JDStatusBarNotification

各種形式在狀態(tài)欄展示信息,包括提示山析、進(jìn)度等堰燎,展示格式和動(dòng)畫(huà)方式也有好幾種。下圖只是以靜態(tài)方式展示其效果笋轨,更多詳情請(qǐng)點(diǎn)擊鏈接查看秆剪。

JDStatusBarNotification
JDStatusBarNotification

SphereView

一個(gè)球形3D標(biāo)簽,能夠放大爵政、縮小仅讽、拖動(dòng)、點(diǎn)擊钾挟、自動(dòng)旋轉(zhuǎn)洁灵。效果挺玄的,就是感覺(jué)有點(diǎn)卡掺出,還有一定的優(yōu)化空間徽千。下圖截了一個(gè)靜態(tài)圖片:

SphereView
SphereView

RESideMenu

iOS7風(fēng)格的側(cè)滑菜單,支持左右雙向側(cè)滑:

RESideMenu
RESideMenu

GCDiscreetNotificationView

一種在view的頂部彈出并會(huì)自動(dòng)消失的通知類view蛛砰,是toast的一種變形罐栈。目前開(kāi)源中國(guó)的項(xiàng)目正在用該view。
CLProgressHUD

大麥網(wǎng)iOS客戶端工程師開(kāi)源的一個(gè)HUD view泥畅,


REMenu

自定義的下拉菜單


SWParallaxScrollView

能夠?qū)崿F(xiàn)在多個(gè)圖層上以不同速度滑動(dòng)的自定義ScrollView荠诬,可用于做軟件啟動(dòng)時(shí)的help界面:


Vurig-Calendar

自定義的日歷琅翻,界面很簡(jiǎn)潔,月份切換時(shí)動(dòng)畫(huà)效果也不錯(cuò)柑贞。


M80AttributedLabel

功能較齊全的attributed lable方椎,支持attributed string和圖片、鏈接钧嘶、控件的混排棠众。
BCMeshTransformView

實(shí)現(xiàn)了相當(dāng)炫的拉幕式的界面切換效果,其靈感來(lái)自CALayer的私有屬性meshTransform
以及和其對(duì)應(yīng)的CAMeshTransform
有决。


TwitterCover

新浪微博開(kāi)發(fā)者仿照Twitter的iOS客戶端中的效果實(shí)現(xiàn)的向下拉動(dòng)滾動(dòng)視圖闸拿,視圖頂端的圖片會(huì)隨著下拉而變大,并且?guī)в心:男Ч?br>


THContactPicker

模仿系統(tǒng)郵件應(yīng)用實(shí)現(xiàn)的聯(lián)系人選擇界面书幕。


DKCircleButton

一個(gè)扁平化的新荤,能帶聲波效果的按鈕。


PaperFold-for-iOS

新加坡開(kāi)發(fā)者h(yuǎn)oncheng
實(shí)現(xiàn)的折紙效果的界面切換台汇,適合做電子書(shū)閱讀類應(yīng)用苛骨。


RTLabel

新加坡開(kāi)發(fā)者h(yuǎn)oncheng
多媒體顯示view,支持html語(yǔ)法苟呐,應(yīng)用非常廣泛痒芝。


轉(zhuǎn)帖至http://www.douban.com/note/276160185/youtube下載神器:https://github.com/rg3/youtube-dlvim插件:https://github.com/Valloric/YouCompleteMevim插件配置:https://github.com/spf13/spf13-vim————————Mac完整項(xiàng)目—————電臺(tái):https://github.com/myoula/sostart————————iOS完整項(xiàng)目————————
豆瓣相冊(cè) https://github.com/TonnyTao/DoubanAlbum
voa在線英語(yǔ) https://github.com/cubewang/NewsReader3.電競(jìng)第一視角 https://github.com/cubewang/GameDaily
開(kāi)源中國(guó)的iOS客戶端 https://github.com/oschina/iphone-app
很優(yōu)雅的一些組件 https://github.com/sobri909/MGBox2
ios控件學(xué)習(xí):https://github.com/iimgal/StudyiOS?source=c
reader :https://github.com/vfr/Reader
git客戶端: https://github.com/dennisreimann/ioctocat
speakEnglish:https://github.com/cubewang/SpeakEnglish
新聞閱讀 :https://github.com/samuelclay/NewsBlur
last.fm:https://github.com/c99koder/lastfm-iphone
LBS游戲:https://github.com/Kjuly/iPokeMon
ThatInbox 是iOS平臺(tái)上一個(gè)免費(fèi)開(kāi)源的Email 客戶端:https://github.com/Ink/ThatInbox
ThatCloud是一個(gè)免費(fèi)開(kāi)源的iOS app. 允許你訪問(wèn)、查看以及使用你在網(wǎng)上存儲(chǔ)的內(nèi)容. 可以很好地幫你完成工作:https://github.com/Ink/ThatCloud
ThatPhoto是使用了Ink Mobile Framework框架來(lái)連接到其他iOS 應(yīng)用程序. 你可以用它來(lái)編輯和管理照片:https://github.com/Ink/ThatPhoto
ThatPDF一個(gè)開(kāi)源的. 用來(lái)閱讀牵素、簽名和注解PDF 文檔的工具:https://github.com/Ink/ThatPDF
xmpp聊天系統(tǒng):https://github.com/chrisballinger/Off-the-Record-iOS
對(duì)口袋NCE有用的app:https://github.com/imtiger/HappyEnglish
一個(gè)像Instagram那樣的圖片分享社區(qū)App:https://github.com/ParsePlatform/Anypic
黑客閱讀:https://github.com/mmackh/Hacker-News-for-iOS
畫(huà)圖軟件:https://github.com/sprang/Brushes
APN軟件:https://github.com/lexrus/APN.iOS
Sol的天氣app:https://github.com/comyarzaheri/Sol
貨幣轉(zhuǎn)換:https://github.com/nicklockwood/Concurrency
來(lái)電歸屬地查詢的軟件(不能上架):https://github.com/Quotation/WhoCall
Mogo iOS 客戶端:https://github.com/jurre/Mogo-iOS
https://github.com/AshFurrow/C-41
使用XMPP協(xié)議的IM開(kāi)源軟件:https://github.com/chrisballinger/ChatSecure-iOS
WWDC:https://github.com/indragiek/WWDC-2014
移動(dòng)支付公司 Square 將去年收購(gòu)的照片應(yīng)用 Viewfinder 開(kāi)源了. 包含服務(wù)端严衬、iOS 和 Android 應(yīng)用代碼:https://github.com/viewfinderco/viewfinder
圣經(jīng)小助手 :https://github.com/nixzhu/Bible-Assistant
已閱 :https://github.com/ming1016/RSSRead
美國(guó)白宮APP:https://github.com/WhiteHouse/wh-app-ios
Ruby for China: https://github.com/ruby-china/ruby-china-for-ios
breadwallet iOS bitcoin wallet :https://github.com/voisine/breadwallet
品趣:https://github.com/novel-design/novel-design
懶人筆記:https://github.com/liaojinxing/Voice2Note
Doppio :https://github.com/chroman/Doppio
parse開(kāi)源了:https://github.com/ParsePlatform/f8DeveloperConferenceApp
The Oakland Post iOS App(http://www.oaklandpostonline.com) https://github.com/aclissold/The-Oakland-Post
GreatReader PDF閱讀:https://github.com/semweb/GreatReader
Signal for iOS:https://github.com/WhisperSystems/Signal-iOS
Hacker News Client:https://github.com/bonzoq/hniosreader————————開(kāi)源項(xiàng)目的協(xié)議———————網(wǎng)易新聞的開(kāi)源協(xié)議: http://m.163.com/special/newsclient/ios_libraries.html————————組件————————自定義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/CustomTabBarNotificationcoretext:https://github.com/Cocoanetics/DTCoreText圖片延時(shí)加載:http://developer.apple.com/library/ios/#samplecode/LazyTableImages網(wǎng)絡(luò)請(qǐng)求:https://github.com/pokeb/asi-http-requesthttps://github.com/AFNetworking/AFNetworkingJson解析: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做圖書(shū)的一個(gè)框架:https://github.com/Simbul/baker項(xiàng)目?jī)?nèi)文檔:https://github.com/tomaz/appledoc?source=c抽屜導(dǎo)航:https://github.com/Inferis/ViewDeckiOS的url router :https://github.com/gaosboy/urlmanagerhttps://github.com/usepropeller/routable-ioshttps://github.com/jverkoey/sockit照片墻:https://github.com/gmoledina/GMGridViewcollectionview:https://github.com/steipete/PSTCollectionView自動(dòng)更新類:https://github.com/lexrus/LTUpdate官網(wǎng)蝴蝶的OpenGL應(yīng)用:https://developer.apple.com/library/ios/#documentation/UIKit/Reference/UITabBar_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40007521-CH3-SW4開(kāi)機(jī)密碼鎖: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/novocaineAudioEngine:https://github.com/TheAmazingAudioEngine/TheAmazingAudioEngine滑動(dòng)的自定義的SegmentedControl控件:https://github.com/samvermette/SVSegmentedControl自定義的segmented:https://github.com/HeshamMegid/HMSegmentedControl類似swipelist的左右滑動(dòng)的cell:https://github.com/alikaragoz/MCSwipeTableViewCell擴(kuò)展1:https://github.com/soffes/sstoolkit擴(kuò)展2:(存用戶密碼):https://github.com/soffes/sskeychainscrollview自動(dòng)滾動(dòng):https://github.com/shanegao/SGFocusImageFramescrollview左右滑動(dòng),漸隱漸出:https://github.com/park0ur/Path-Intro-iPhonescrollview滑動(dòng)條變細(xì):https://github.com/r-plus/ScrollThindicator彈窗層:https://github.com/martinjuhasz/MJPopupViewControllertableview下拉圖片放大:https://github.com/hunk/TwProfile選取iPod庫(kù)播放音樂(lè):https://github.com/gangverk/GVMusicPlayerControllerUIView動(dòng)畫(huà):https://github.com/neror/ftutils類似clear的超強(qiáng)動(dòng)畫(huà)cell:https://github.com/mystcolor/JTGestureBasedTableViewDemo網(wǎng)易新聞背景圖浮動(dòng):https://github.com/kenshin03/Home-For-iOS仿網(wǎng)易笆呆,新浪的push效果瞳步,帶有陰影:
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
https://github.com/vinqon/MultiLayerNavigation
https://github.com/chisj/EuPopDemo實(shí)現(xiàn)原理:http://mobile1.riaos.com/?p=2025414新浪微博和朋友圈的圖片瀏覽方式:1)https://github.com/Seitk/FB-Gallery2)https://github.com/jimneylee/SinaMBlogNimbus
coretext 運(yùn)用:https://github.com/akosma/CoreTextWrapperN多自定義組件:https://github.com/boctor/idev-recipes可以換圖片的pageControl:https://github.com/Spaceman-Labs/SMPageControl瀑布流:https://github.com/ptshih/PSCollectionViewiOS7的扁平UI:https://github.com/Grouper/FlatUIKit產(chǎn)品引導(dǎo)view:https://github.com/123nobody/WZGuideViewController類似safari的頁(yè)面瀏覽:https://github.com/100grams/HGPageScrollView正則匹配UIView :https://github.com/KayK/RegexHighlightView加密措施:https://github.com/dev5tec/FBEncryptorhttps://github.com/mayurbirari/AES256AndBase64自增長(zhǎng)的鍵盤(pán):https://github.com/HansPinckaers/GrowingTextView自定義的map Annotation :https://github.com/grgcombs/MultiRowCalloutAnnotationView超屌的3d畫(huà)面:https://github.com/nicklockwood/iCarousel上拉刷新 : https://github.com/dbsGen/SlimeRefresh翻頁(yè)效果:https://github.com/brow/leaves類似maps的半截翻頁(yè):https://github.com/FairfaxMobile/FDCurlViewControl彈窗:https://github.com/martinjuhasz/MJPopupViewController對(duì)話框:https://github.com/jessesquires/MessagesTableViewControllerpagecurl的翻頁(yè)效果: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
https://github.com/applidium/ADClusterMapView
http://code4app.com/ios/Customized-Complex-Map-Annotation/4f67f4f86803fa843f000002#osc類似國(guó)家地理的翻頁(yè):https://github.com/michaelhenry/MHNatGeoViewControllerTransitioniOS開(kāi)發(fā)私有庫(kù):https://github.com/kennytm/iphone-private-frameworksviewController的切換(從右邊進(jìn)來(lái)):https://github.com/steipete/PSStackedView安全存儲(chǔ)用戶名,密碼等:https://github.com/granoff/LockboxFormSheet的神器:https://github.com/m1entus/MZFormSheetControlleriOS中model類的寫(xiě)法:https://github.com/github/Mantle相關(guān)介紹:https://github.com/blog/1299-mantle-a-model-framework-for-objective-cmodel類解析:https://github.com/nicklockwood/BaseModelbasemodel解析:https://github.com/andrep/RMModelObject藍(lán)牙:https://github.com/xuanhuangyiqi/Anti-Lostmodel類比較好的庫(kù)
https://github.com/icanzilb/JSONModel
https://github.com/github/Mantle原生App的遠(yuǎn)程調(diào)試工具包:https://github.com/square/PonyDebugger#remote-logging將緩存存在磁盤(pán):https://github.com/rs/SDURLCachepath的歡迎頁(yè)實(shí)現(xiàn)方式:https://github.com/icepat/ICETutorialpath的左下角菜單欄的同類實(shí)現(xiàn)方法:https://github.com/mattgemmell/MGTileMenucoredata的封裝庫(kù):https://github.com/magicalpanda/MagicalRecordcoredata的 sql使用方式:https://github.com/marcoarment/FCModelzip文件解壓縮:https://github.com/soffes/ssziparchive完美的圖片category:https://github.com/Nyx0uf/NYXImagesKit縱向的scrollview循環(huán)利用:https://github.com/andreyvit/SoloComponents-iOSUINavigationController的push可能導(dǎo)致錯(cuò)誤的效果的補(bǔ)充:https://github.com/Plasma/BufferedNavigationControllerUIKit的分類:https://github.com/enormego/cocoa-helpers左右滾動(dòng)的scrollview(類似網(wǎng)易讀圖):https://github.com/kejinlu/PagedFlowViewwebview控制器:https://github.com/samvermette/SVWebViewController滑動(dòng)幀動(dòng)畫(huà):https://github.com/IFTTT/JazzHandsiOS6的水滴下拉刷新:https://github.com/Sephiroth87/ODRefreshControl微信下拉顯示logo:https://github.com/gluttony/RevealLogo支付寶的鎖屏界面:https://github.com/kejinlu/KKGestureLockViewstatus bar的離線loading效果:http://www.cocoachina.com/bbs/read.php?tid=99947&keyword=%CD%F8%D2%D7模仿百度地圖向下推的層:https://github.com/mariohahn/MHDismissModalViewFileManager:https://github.com/nicklockwood/StandardPaths下拉頭圖放大:https://github.com/cyndibaby905/TwitterCover
訪網(wǎng)易的左右滑動(dòng)的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
左右橫向滑動(dòng):https://github.com/MugunthKumar/MKHorizMenuDemotableview模仿path的時(shí)間表:https://github.com/kentnguyen/KNPathTableViewController彈出層:https://github.com/50pixels/FPPopover二維碼登錄:https://tiqr.org/彈出層:https://github.com/UrbanApps/UAModalPanelFacebook paper中的圖片左右移動(dòng)實(shí)現(xiàn):https://github.com/chroman/CRMotionView橫向滾動(dòng)的tab
https://github.com/pppoe/LightMenuBar
https://github.com/MugunthKumar/MKHorizMenuDemo左右滑動(dòng)的cell腰奋,有刪除等功能:https://github.com/CEWendel/SWTableViewCell/不同速度的scrollview,用于做啟動(dòng)介紹頁(yè):https://github.com/5sw/SWParallaxScrollViewmattt寫(xiě)的解析html和xml的:https://github.com/mattt/Ono通過(guò)服務(wù)器動(dòng)態(tài)修改客戶端邏輯:https://github.com/mmin18/WaxPatchroutes抱怔,可以讓按鈕直接向點(diǎn)html的鏈接一樣:https://github.com/joeldev/JLRoutes像新浪微博一樣的圖片瀏覽viewcontroller:https://github.com/jaredsinclair/JTSImageViewController像微信一樣的search bar :https://github.com/fabiankr/TableViewSearchBar圖片瀏覽:https://github.com/EddyBorja/EBPhotoPages左滑動(dòng)或右滑動(dòng)cell:https://github.com/modocache/MDCSwipeToChoose類似iOS相冊(cè)刪除照片的動(dòng)畫(huà)效果:https://github.com/Ciechan/BCGenieEffect扁平化的uibutton:https://github.com/barbosa/GBFlatButton給app評(píng)分的組件1:https://github.com/nicklockwood/iRate給app評(píng)分的組件2:https://github.com/arashpayan/appiraterNSFileManager的封裝:https://github.com/fabiocaccamo/FCFileManagerpaper的點(diǎn)擊展開(kāi)效果:https://github.com/hebertialmeida/HAPaperViewController柱狀圖:https://github.com/honcheng/iOSPlot點(diǎn)擊titleview彈出下拉的menu:https://github.com/romaonthego/REMenu自定義開(kāi)場(chǎng)圖:https://github.com/ealeksandrov/EAIntroView讓navbar跟著scrollview一起滾動(dòng):https://github.com/andreamazz/AMScrollingNavbar跟相冊(cè)相關(guān)的:https://github.com/B-Sides/ELCImagePickerController更高效的顯示地圖上的大頭針:https://github.com/choefele/CCHMapClusterControllerstreaming的音頻播放:https://github.com/douban/DOUAudioStreamerXMPP的使用:https://github.com/adow/DollarssiOS7 mailbox的statusbar運(yùn)用:https://github.com/simonholroyd/StatusBarTest國(guó)家地理的頁(yè)面切換動(dòng)畫(huà):https://github.com/michaelhenry/MHNatGeoViewControllerTransition引導(dǎo)頁(yè)1:https://github.com/MatthewYork/MYBlurIntroductionView引導(dǎo)頁(yè)2:https://github.com/MatthewYork/iPhone-IntroductionTutorial引導(dǎo)頁(yè)3:https://github.com/ealeksandrov/EAIntroViewiOS7的電話button: https://github.com/mrcrow/MRoundedButton類似paper的導(dǎo)航抖動(dòng):https://github.com/andreamazz/AMWaveTransition下拉填充滿字體:https://github.com/d-ronnqvist/blogpost-codesample-PullToRefreshgif播放 :https://github.com/Flipboard/FLAnimatedImage視圖切換:https://github.com/zoonooz/ZFDragableModalTransition類似游戲的菜單按鈕劣坊,點(diǎn)擊伸縮:https://github.com/sendoa/QBKOverlayMenuView模仿twitter的首頁(yè)左右切換:https://github.com/duowan/TwitterPaggingViewer下載器:https://github.com/thibaultCha/TCBlobDownload網(wǎng)易新聞的離線下載bar:https://github.com/jaydee3/JDStatusBarNotification圖片剪切和拆剪:https://github.com/kishikawakatsumi/PEPhotoCropEditor過(guò)度效果的status bar :https://github.com/nrj/AlphaGradientStatusBarFacebook’s paper的彈出層:https://github.com/UrbanApps/UAModalPanelObjective-C 和JavaScript 交互:https://github.com/marcuswestin/WebViewJavascriptBridgeCollectionView in UITableViewCell:https://github.com/AshFurrow/AFTabledCollectionViewpopview
https://github.com/jmascia/KLCPopup
https://github.com/andreamazz/AMPopTipUICollectionView replacement of UITableView (添加上section):https://github.com/jamztang/CSStickyHeaderFlowLayoutstorekit: https://github.com/mattt/CargoBay替換Apple的Reachability判斷網(wǎng)絡(luò):https://github.com/tonymillion/Reachability搜索控件search:https://github.com/dzenbot/DZNPhotoPickerController========================== UICollectionView相關(guān)===============https://github.com/bryceredd/RFQuiltLayout==========================helper相關(guān)===============https://github.com/andrewroycarter/UIView-Helpers==========================auto layout相關(guān)=======https://github.com/cloudkite/Masonryhttps://github.com/smileyborg/UIView-AutoLayouthttps://github.com/iMartinKiss/KeepLayoutpinterst的下拉刷新填充滿的效果:https://github.com/uzysjung/UzysCircularProgressPullToRefresh==========================block相關(guān)=======================================https://github.com/jivadevoe/UIAlertView-Blockshttps://github.com/pandamonia/BlocksKit==========================iOS7相關(guān)=======================================iOS7顏色類:https://github.com/claaslange/iOS7ColorsiOS7:動(dòng)態(tài)毛玻璃效果:https://github.com/alexdrone/ios-realtimebluriOS7 blur側(cè)邊欄:https://github.com/rnystrom/RNFrostedSidebariOS7 blur image:https://github.com/lukabernardi/LBBlurredImageiOS7 blur 效果:https://github.com/nicklockwood/FXBlurViewiOS7的uialertview:https://github.com/alexanderjarvis/PXAlertView邊打字邊出現(xiàn)標(biāo)題:https://github.com/jverdi/JVFloatLabeledTextField扁平化的segment:https://github.com/pepibumur/PPiFlatSegmentedControliOS7視圖切換炫酷效果:https://github.com/ColinEberhardt/VCTransitionsLibraryiOS7教學(xué)代碼:https://github.com/ShinobiControls/iOS7-day-by-dayiOS7風(fēng)格的抽屜導(dǎo)航:https://github.com/monospacecollective/MSDynamicsDrawerViewController顏色漸變的加載:https://github.com/nrj/GradientProgressViewiOS7demo:https://github.com/shu223/iOS7-SampleriOS正則分類:https://github.com/bendytree/Objective-C-RegEx-CategoriesiOS7側(cè)邊欄:https://github.com/romaonthego/RESideMenuiOS7側(cè)邊欄(覆在view上)https://github.com/romaonthego/REFrostedViewControlleriOS7庫(kù):https://github.com/youknowone/UI7Kit(可以讓iOS5也有iOS7的樣子)===========================測(cè)試框架=====http://www.cocoachina.com/applenews/devnews/2013/1025/7242.htmlhttps://github.com/kif-framework/KIFmattt大神的發(fā)布程序:https://github.com/nomad/shenzhen

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個(gè)濱河市屈留,隨后出現(xiàn)的幾起案子局冰,更是在濱河造成了極大的恐慌,老刑警劉巖灌危,帶你破解...
    沈念sama閱讀 212,080評(píng)論 6 493
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件康二,死亡現(xiàn)場(chǎng)離奇詭異,居然都是意外死亡勇蝙,警方通過(guò)查閱死者的電腦和手機(jī)沫勿,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,422評(píng)論 3 385
  • 文/潘曉璐 我一進(jìn)店門(mén),熙熙樓的掌柜王于貴愁眉苦臉地迎上來(lái),“玉大人产雹,你說(shuō)我怎么就攤上這事诫惭。” “怎么了蔓挖?”我有些...
    開(kāi)封第一講書(shū)人閱讀 157,630評(píng)論 0 348
  • 文/不壞的土叔 我叫張陵夕土,是天一觀的道長(zhǎng)。 經(jīng)常有香客問(wèn)我瘟判,道長(zhǎng)怨绣,這世上最難降的妖魔是什么? 我笑而不...
    開(kāi)封第一講書(shū)人閱讀 56,554評(píng)論 1 284
  • 正文 為了忘掉前任拷获,我火速辦了婚禮篮撑,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘刀诬。我一直安慰自己咽扇,他們只是感情好,可當(dāng)我...
    茶點(diǎn)故事閱讀 65,662評(píng)論 6 386
  • 文/花漫 我一把揭開(kāi)白布陕壹。 她就那樣靜靜地躺著质欲,像睡著了一般。 火紅的嫁衣襯著肌膚如雪糠馆。 梳的紋絲不亂的頭發(fā)上嘶伟,一...
    開(kāi)封第一講書(shū)人閱讀 49,856評(píng)論 1 290
  • 那天,我揣著相機(jī)與錄音又碌,去河邊找鬼九昧。 笑死,一個(gè)胖子當(dāng)著我的面吹牛毕匀,可吹牛的內(nèi)容都是我干的铸鹰。 我是一名探鬼主播,決...
    沈念sama閱讀 39,014評(píng)論 3 408
  • 文/蒼蘭香墨 我猛地睜開(kāi)眼皂岔,長(zhǎng)吁一口氣:“原來(lái)是場(chǎng)噩夢(mèng)啊……” “哼蹋笼!你這毒婦竟也來(lái)了?” 一聲冷哼從身側(cè)響起躁垛,我...
    開(kāi)封第一講書(shū)人閱讀 37,752評(píng)論 0 268
  • 序言:老撾萬(wàn)榮一對(duì)情侶失蹤剖毯,失蹤者是張志新(化名)和其女友劉穎,沒(méi)想到半個(gè)月后教馆,有當(dāng)?shù)厝嗽跇?shù)林里發(fā)現(xiàn)了一具尸體逊谋,經(jīng)...
    沈念sama閱讀 44,212評(píng)論 1 303
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡,尸身上長(zhǎng)有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 36,541評(píng)論 2 327
  • 正文 我和宋清朗相戀三年土铺,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了胶滋。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片板鬓。...
    茶點(diǎn)故事閱讀 38,687評(píng)論 1 341
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡,死狀恐怖镀钓,靈堂內(nèi)的尸體忽然破棺而出穗熬,到底是詐尸還是另有隱情,我是刑警寧澤丁溅,帶...
    沈念sama閱讀 34,347評(píng)論 4 331
  • 正文 年R本政府宣布唤蔗,位于F島的核電站,受9級(jí)特大地震影響窟赏,放射性物質(zhì)發(fā)生泄漏妓柜。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,973評(píng)論 3 315
  • 文/蒙蒙 一涯穷、第九天 我趴在偏房一處隱蔽的房頂上張望棍掐。 院中可真熱鬧,春花似錦拷况、人聲如沸作煌。這莊子的主人今日做“春日...
    開(kāi)封第一講書(shū)人閱讀 30,777評(píng)論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽(yáng)粟誓。三九已至,卻和暖如春起意,著一層夾襖步出監(jiān)牢的瞬間鹰服,已是汗流浹背。 一陣腳步聲響...
    開(kāi)封第一講書(shū)人閱讀 32,006評(píng)論 1 266
  • 我被黑心中介騙來(lái)泰國(guó)打工揽咕, 沒(méi)想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留悲酷,地道東北人。 一個(gè)月前我還...
    沈念sama閱讀 46,406評(píng)論 2 360
  • 正文 我出身青樓亲善,卻偏偏與公主長(zhǎng)得像设易,于是被迫代替她去往敵國(guó)和親。 傳聞我的和親對(duì)象是個(gè)殘疾皇子蛹头,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 43,576評(píng)論 2 349

推薦閱讀更多精彩內(nèi)容