接上节~~~
下拉刷新
MSPullToRefreshController一个不错的上下拉刷新的控件 里面是彩虹
EGOTableViewPullRefresh下拉刷新,很早的一个控件了2年没更新了
PullToRefresh下拉刷新
SVPullToRefresh下拉刷新 扩展了UIScrollView 很方便简单
HybridRefreshGestureRecognizer一个类似似TweetBot的下拉刷新样式
sspulltorefresh下拉刷新
状态栏
JDStatusBarNotification状态栏控件,支持iOS6、7
MTStatusBarOverlay状态栏的控件,但很久没更新了
KGStatusBar状态栏控件,提醒
GridView
AQGridView类似TableView但有横向分类,就像Android Launcher
GMGridView又一个GridView 很不错,自带横纵排序编辑等功能
KKGridView又一个GridView 已经Deperacted 直接用系统的就好
A3GridTableView又一个GridView 貌似支持类似图标样的上栏
LIExposeController一个类似GridView的东西
Alert
BlockAlertsAnd-ActionSheets一个Block支持的Alert控件 支持自定义 不错~
PXAlertView一个用来替代系统的Alert,高可定制,有iOS7风格
MBAlertView一个简洁的AlertView,和HUD
MJPopupViewController用不同左右动画弹出AlertView
MZFormSheetController一个不错的弹出Alert Controller
WCAlertView一些不错的自定义AlertView
GRAlertView用CA画的带颜色的AlertView
SBTableAlert一个AlertView 可以带表格 可以用苹果风格
URBAlertView自定义AlertView 还有各种动画
SIAlertView一个样子不错的自定义AlertView
MBMenuController一个自定义AlertSheetVC
JLActionSheet另一个自定义AlertSheet
ASDepthModal实现简单的3维景深的模态视图 提供背景模糊
RNBlurModalView将后方视图模糊
LMAlertViewiOS7 可自定义内容的AlertView
SDCAlertViewiOS7 可自定义内容的AlertView
Segment
SVSegmentedControl一个分段选择控件 类似Mac10.7测试版中的UI 很棒~
URBSegmentedControl一个灵活的分段控件 可以上下
MCSegmentedControl一个系统分段的子类 可以自定义颜色
AKSegmentedControl完全自定义的分段控件 风格不错
HMSegmentedControlChrome风格的Tabbar分段
SDSegmentedControl一个离散并且凹陷效果的分段
PPiFlatSegmentedControl扁平风格的Segment (包含iOS7样式)
Switch
DCRoundSwitch仿UISwicher 可以自定义 很棒
TTSwitch一个可以完全自定义的UISwich~~
KLSwitchiOS7风格的Switch 高仿
MBSwitchiOS7风格的Switch 效果多
SevenSwitchiOS7风格的Switch 效果很多~
Button
CoolButtons用CA画的带Glow的button 仿照系统
MAConfirmButton一个类似AppStore下载的按钮 可以动画颜色大小等
FTWButton一个UIControl实例的Button 可以看到如何自定义控件 有不错的动画效果
gradientbuttons一个带有不同风格的Button~ 用CA绘制
DCActionButtonsController一个PopOver的里面带各种画出的按钮
BPBarButtonItem一个BarItem的不错的on the fly 生成
BButton一种自定义Button 样式类似Twitter的Bootstrap 用CA画的
OBShapedButton用CA绘制的特殊形状button,可以检测path touch
UIGlossyButton一些用CA画的带高光的奇怪Button...
Scroll/Table
LRSlidingTableViewCell一个简单的左右滑动Cell 类似Twitter
TISwipeableTableViewUITable的左右滑动 类似Twitter
TDBadgedCell在TableCell右侧添加badge 有不同风格
UITableViewZoomController类似Google+的 滑动Table缩放显示内部图片
UITableViewTricksTableView的扇形样式
iPhoneMK几个简单的自己实现的View和Cell,提供某些常见功能
EasyTableView一个支持左右的TableView 不错~
ZKRevealingTableViewCell一个简单的可以左右滑动的TableCell
ADLivelyTableView非常棒的TableCell显示动画~~~
MHLazyTableImages一个简单的Table加载网络图片 从Apple的例子中改的
MHPagingScrollView一个可以Page的ScrollView 但可以看到左右的预览 类似WP7
KLScrollSelect一个竖屏滚动的选择瀑布流
RNRippleTableViewCell梳子抖动~ 挺有创意
RETableViewManager数据驱动的Table 由数据画出Table内容
ios-SDNestedTable二级菜单的Table
SWTableViewCell类似iOS7邮件中的Cell,左右滑动出现多个功能键
TSUIKit复杂数据表格、tab展示的UI控件,适合复杂数据展示
Notification
EKNotifView很简单的下方Notif实现
MKInfoPanelDemo一个从上方滑下的Notif控件 类似TwieetBot
TSMessages在导航栏显示一个下拉Notif 效果不错
YRDropdownView类似Tweetbot警告的下伸控件
NoticeView类似Tweetbot的下伸控件
AJNotificationView效果很不错的上部Notif提示
Label/Text
MarqueeLabelUILabel跑马灯效果
ICTextView文本查找,支持正则,关键词高亮
CoreTextHyperlinkView用CoreText画的 可以带Link的Text
EGOTextViewUITextField替代品 支持富文本编辑
iOS-Rich-Text-Editor富文本编辑
MTAnimatedLabel类似滑动解锁的闪动Label
TextGlowDemo一个给Label发出Glow光亮的Demo
FXLabel很多不错的Label特效
AUIAnimatedText一个UILabel子类 可以简单动画 颜色大小字体
RTLabel简单的富文本Label 可以用Html样式
TTTAttributedLabel一个Label控件 支持富文本属性
MDHTMLLabel一个富文本Label控件,可以支持链接和点击事件
DTCoreTextCoreText的包装,可以输入HTML~~
OHAttributedLabel支持NSAttributedString的UILabel控件
ARLabel自动字体大小
LEffectLabel渐变动画颜色的Label,类似滑动解锁
BBCyclingLabel在Label发生改变时,有动画效果
HTAutocompleteTextFieldTextField带自动补全
JVFloatLabeledTextField带有能浮动的占位符的 文本框
CMHTMLView用HTML展示富文本,但能有Native类似的体验
界面切换/导航
APExtendedPageController类似Chrome左右滑动切换视图的控件
MBSpacialViewController2D上下左右导航的奇怪视图
MSMatrixController又一个 2D上下左右导航的奇怪视图..
MHTabBarController一个类似Android的上方Tabbar
FSVerticalTabBarController在左侧的Tabbar
AKTabBarController自定义Tabbar 样式类似AppStore
MGSplitViewController类似系统的UISplitVC 但有更多功能
PSTCollectionView类似系统的UIColloectionView 为了支持iOS4.3
JMTabView一个TabView 用CA画的,类似 Mac系统的单选控件
MWFSlideNavigationViewController一个能左右上下滑动的简单导航栏
UIScrollSlidingPages一个和Chrome类似的左右滑动Pager
FlipBoardNavigationController类似网易客户端/Flipboard手机 左右滑动的Nav
BCTabBarControllerTwitter类似的Tabbar 2年前的工程
CKSideBarController类似Twitter iPad的左侧Tabbar
DVSlideViewController类似Safari的滑动切换
HGPageScrollView类似Safari浏览的分页控件、
HSImageSidebarView一个类似Keynote的侧边栏
RNSwipeViewController滑动界面显示另一个界面 类似下拉状态栏查看天气
RESideMenuiOS7风格侧滑
知名效果Demo
KLNoteViewController一个类似Evernote旧版的Stack界面 绿色的
REComposeViewController一个类似系统Twitter分享界面~
DETweetComposeViewController一个iOS4实现的 类似iOS5的twitter分享
JTGestureBasedTableViewDemo一个类似Clear的Demo
Opaque一个Clear的Demo
MCSwipeTableViewCell类似Mailbox的控件 和Clear差不多
CHTCollectionViewWaterfallLayout瀑布流控件
PSCollectionView类似瀑布流式的控件
IIIThumbFlow瀑布流控件
WaterflowView瀑布流的View 看样子Star挺多
KNPathTableViewController在Table右侧显示类似Path的时间 很简单~
GSBookShelf一个类似iBook书柜的实现
M6ParallaxController类似Path封面的效果
ZGParallelView类似Path的封面效果 貌似不错
TimeScroller类似Path右侧的时间小滑块
chatheadsFacebook 一个一直最上方的头像 点击可以显示Table
MBSliderView滑动解锁
DKLiveBlur雅虎天气风格的动态模糊
ios-realtimebluriOS7 模糊效果
GHSidebarNav新版Facebook 侧滑等UI
LXReorderableCollectionViewFlowLayoutiBook中 拖动图书的功能
MDCParallaxView景深效果 就像Path的封面那样
其他
SMPageControl一个仿UIPageControl的API类 可以自定义小点点~
REActivityViewController开的ActivityView实现
DCControls不错的扇形滑动控件 平面风格
BSKeyboardControls与键盘相关的控制 控制 上一项下一项
OCMapView一个MapKit标注聚合用的东西~
NJKWebViewProgress显示WebView加载进度
REMenu一个导航栏下拉菜单 不错~
action-sheet-blocks为ActionSSheet提供block方法
ADClusterMapViewMap的地标Cluster 应该不错~
TPKeyboardAvoiding一个UIView的 在有键盘时上移
calloutview实现了私有的UICalloutView 类似地图中的弹出控件
SVPulsingAnnotationView一个自定义MapLocator 动画控件
OWActivityViewController一个类似系统的分享控件
SYEmojiPopover显示一个Emoji选择de PopOVer
fingertips在屏幕上显示触摸点 只支持iPad2和iPhone4s以上
ASTouchVisualizer为屏幕触摸添加指示 可用于屏幕录制
openspringboard仿SpringBoard的东西
HMLauncherView仿SpringBoard的东西
CQMFloatingController一个浮动的VC 类似Popover(没有箭头) 可以用在横屏iPhone等
WSCoachMarksView为某个控件加上蒙板 类似Spotlight
KLHorizontalSelect横向扫动选择
iOS-StyledPageControl自定义PageControl,多种样式
iOS-bluriOS7的模糊效果 iOS7Only
FXBlurViewiOS7的模糊效果 可以用在iOS5以上
MYBlurIntroductionView带有模糊背景效果的 Intro
MasonryAutoLayout框架
KeepLayoutAutoLayout框架 貌似比较好用
MLPAccessoryBadge一些自定义badge~
JSBadgeView数字角标 Badge
MSCellAccessoryCell右侧的小箭头~
ios-fontawesome一套用字体实现的Icon
WTGlyphFontSet另一套用字体实现的Icon
DAKeyboardControl键盘滑动消逝,就像系统内置的短信界面
JWFoldersiOS6以下的文件夹展开效果
OCCalendarPopover样式的日期选择器
IBAFormsForm构建。2年前的工程了..
ActionSheetPicker一个PopOver里面是Picker
MSCollectionViewCalendarLayout日历事件样式 iOS6以上
MosaicUIWP7磁片风格View 自适应大小
MosaicLayoutWP7磁片风格Layout UICollectionView
iPhone-IntroductionTutorial用于创建启动引导界面的...
US2FormValidator一套Table表单验证提示
AURosetteView玫瑰花瓣似的展开菜单
EAIntroViewApp启动的介绍界面
InformaticToolbar下边栏显示提示和动作
高级功能
PAPasscode类似系统的输入密码界面
KKPasscodeLock又一个类似系统输入密码界面
PTShowcaseViewController能显示音视频等一堆格式文件的控件
Reader一套显示PDF的库 支持大文件、加密文件 有iBook样式的界面 性能很好
FastPdfKit一套PDF库 性能据说很好 也有界面
Kal一套日历控件 高仿iOS默认
objc-TimesSquare一套日历控件 类似iOS默认 貌似清新一些
ABCalendarPicker高仿iOS默认日历的DatePicker~
MWPhotoBrowser一套图片浏览控件 高仿iOS默认 支持网络图片
PTImageAlbumViewController图片浏览控件 仿iOS默认
FGallery-iPhone图片浏览器
AGImagePickerController选取图片 支持多选
ELCImagePickerController一个仿系统的ImagePicker 但支持多选
PhotoViewer一个图片浏览的控件
KTPhotoBrowser图片浏览控件 3年没更新了
DLCImagePickerController一个用GPUImage实现的 ImagePicker功能,支持拍照和特效
route-me一套自定义MapView 高仿系统 但支持不同的数据源
GrowingTextView一个高仿短信发送的输入框
PHFComposeBarView高仿短信发送输入框
MessagesTableViewController高仿短信界面,可定制
AcaniChat仿短信App 挺老了
UIBubbleTableViewiOS短信的泡泡界面,可以支持图片
ODRefreshControl一个高仿iOS6下拉刷新的控件
ssmessagesviewcontroller和系统类似的发短信界面 挺粗糙 当然现在系统已经提供了
SVWebViewController一个简易的浏览器功能控件
TSMiniWebBrowser一个简易的内置浏览器
TITokenField一个高仿Mail和短信 选择联系人的控件
DAAppsViewController一个仿AppStore的列表界面 输入appId集合
WUEmoticonsKeyboard输入表情的自定义键盘
CKCalendar一个朴实的日历
LBYouTubeView显示Youtube视频..国内无用
套装
tapkulibrary一套比较大的自定义控件库 包括不错的HUD,进度条,日历,CoverFlow等
FlatUIKit一套完整的扁平风格的UI (Flat)
Weibo一套仿iOS7的控件
UI7Kit一套iOS7风格的控件,可以在iOS5、6上用
PrettyKit一套系统UI的子类 有着平滑渐变和阴影效果
nui一套加在UIKit上的Category,允许用类CSS代码来控制样式
QuickDialog一套自定义控件库,用来快速建造基于Table的设置
MGBoxKit一套UIView的扩展和子类(Table Grid..) 有不错的类CSS的功能 有些好用的代码
MGBoxMGBox的旧版 应该去看v2
iOS-boilerplate一些常见功能实现的例子:HUD Table滑动,打开URL用WebView等 挺老的工程
idev-recipesiDevRecipes博客的代码,演示了如何自定义一些控件,代码比较老..
AePubReader一个阅读epub的
较完整的App
Brushes绘画的App,超棒,Appstore上架应用
Inkpad一个完整的矢量绘图App,很棒,已上架
modizer!!!超强大的App 可以读取和演奏各种mod音乐 midi合成 解压 下载 自带庞大音乐库~ 已上架
kxmovie一个ffmpeg的播放器 ~~~ 需要先构建ffmpeg
ioctocat一个Github客户端
cheddar-ios一个日程管理的App 应该比较知名
AppSales-Mobile基于iTunes Connect来查看App销售状况
canabalt-ios一个跑步的小游戏~
baker一套HTML5构建的ebook库 貌似挺强大
iPhoneTracker一个挺老的App 2年前
Off-the-Record-iOS一个实时聊天的功能 支持一些XMPP协议
kokuban一个iPad小画板 3年前
glpaint从Appled的GLPaint改的
OpenGLMilkyWay银河~~ 很棒 有教材
iphone-appOSChina 开源中国 ..竟然挪到git.oschina.net去了。。
BeeFancy一个仿Fancy的客户端 基于BeeFranework
ruby-china-for-iosRubyChina官方客户端
ruby-china-ios和上面一样?
wh-app-ios白宫官方App
CastleHassle一个Cocos2D的物理小游戏 貌似内容挺丰富~
DocSets-for-iOSiOS显示DocSets 可以下载iOS官方Doc~
newsyc一个newsyc.me的客户端 (iPhone hacker News)
News-YC---iPhonehackerNews的客户端
Upcoming一个设计很棒的日程安排
Anypic一个像Instagram那样的图片分享社区App
ClassicMap旧版iOS地图
ntlniphTwitter客户端 古老的工程了
lastfm-iphoneLast.fm官方客户端
ThatInboxInk出的邮件客户端
ThatCloudInk出的云端文件管理
ThatPDFInk出的PDF编辑
ThatPhotoInk出的图片编辑
开发/调试工具
xctooliOS工程构建和测试工具,用于替代系统的xcodebuild (CI)
PonyDebugger一套Debugger工具,可以在电脑浏览器上远程调试iOS程序~查看试图层次、网络等
NSLogger一套Log工具,可以在电脑上通过client实时查看NSLog,甚至是图片和二进制文件 支持Android
KIF一套用Private API做的调试库,可以以用户的方式测试(touch in xxx)
gh-unit一套ObjC的测试框架
DCIntrospect一套iOS调试工具,在iOS界面里显示信息
CocoaLumberjack一套类似Log4j的东西,可提供企业级的Log~~~~
Frank自动化测试工具?
superdb一个Debuger工具 用命令行调试。。
iOS-Hierarchy-Viewer一个调试iOS界面的工具 通过浏览器访问~~ 值得瞅瞅~~
hierarchydetective一个3D显示iOS视图层级的调试工具
CATransform3D-Test调试CATransform3D矩阵的工具~
LLDB-QuickLook在调试时用命令行调用QuickLook来显示图片、UIView等
iConsole在App内显示调试信息、执行调试命令
Nocilla一个模拟HTTP响应的调试库
dyci-main一个可以在调试时动态添加代码的工具 需要改动Xcode
GestureLab调试和把玩GestureRecognizor的
cedarBDD风格单元测试
iOS-UI-AssetsiOS5.1中,系统控件和App的图片资源Dump 嗯..iOS7后就没用了
iOS-Artwork-Extractor导出iOS系统App及控件的图片资源 只支持到iOS5
旧代码 & 奇怪的东西
DB5通过plist构建界面的小东西
HockeyKit一套iOS的 Ad-Hoc升级框架.包含PHP服务端
Briefs一套类似原型制作工具
OpenTLD视频跟踪检测 貌似挺高深
SimFinger一些Fake系统图标的App 还有一些设备外框的图片、触摸点图片可以用
scifihifi-iphone已经弃用的旧代码 新工程去看github页面
iphonearkit4年前的代码 增强现实 (AR)
TouchDB-iOS一个嵌入式的CouchDB实现
iOS-Runtime-Headers从运行时Dump出来的公有/私有 Framework头 通过这个可以进行不同版本的对比
objectiveresourceRoR相关的东西
GRMustacheMustache模板?
titanium_modulesTitanium 的常用模块
fontdiao类似FontAwesome的东西,包含了一些国内网站logo
代码库大包包
iphone-3.0-cookbook-随书代码
iOS-5-Cookbook随书代码~
iOS-6-Cookbook
iOS-6-Advanced-Cookbook
iOS7-day-by-dayiOS7-day-by-day 博客的代码
iOS7-SampleriOS7的一些新功能演示~
MyProjects一些http:/ /mysparks.info上面的代码
Xcode-Snippets一些Xcode代码片段
Mac Only
gitx一个git的图形客户端
Chameleon把UIKit克隆到Mac里
Induction一个Mac上的数据库客户端 支持Mysql Postgre Nosql Redis等
twui一个Mac的自定义控件库,有类似iOS的Table和Tab,CA实现
CocoaPods一个Ruby程序,用来管理Cocoa库依赖
kodMac上的代码编辑,Chrome风格,小巧快速
slateMac上窗口管理
nu一个包装,用nu语言来写东西?
appledoc用来生成Apple格式的文档和网页
macgap包装以可以用类似js的写法来调用函数
Quicksilver这个..Mac上知名的快速启动
mogenerator生成CoreData的Code
nvNote程序
iTerm2知名终端~
Sparkle一个软件升级用的Framework
PostgresAppPostgresSQL客户端
terminal-notifier通过终端发送Notification
ShiftIt管理桌面窗口 状态栏插件
textmate这个不用说了。。~~~
textmate-missingdrawerTextmate插件 一个侧边栏
AckMateTextmate插件 运行ack?
clicktoflashWebkit插件 屏蔽Flash
MongoHub-MacMongoDB的客户端
CocosBuilder用于cocos2d的JS绑定 GUI设计
Rebel一些AppKit的扩展
Textual轻量的IRC客户端
vico一个开发用文本编辑器
pomodoro一个时间管理的App
visorTerminal的插件
GoAgentX这个不用说了....
Pixen像素画 的工具
DataKit不知道什么好想是与数据和网络连接的?
Color-Picker-Pro取色器 状态栏插件
SNRHUDKitMac版的HUD
ConnectionKitFTP和WebDAV
OpenEmu各种游戏机模拟器
Hacky一个完整的Hacker News客户端~~
WWDCDownloader下载WWDC用,Xcode5 only
XVimXcode的插件 支持绑定VIM快捷键
QuickCast一个录屏分享的App
zephyros窗口管理 for hackers
shuttleSSH快捷方式 菜单栏插件
qlstephen系统QuickLook的插件,查看无扩展名的文本文件
INAppStoreWindowMac AppStore风格的NSWindow
spectacle窗口管理 不用鼠标
limechatIRC客户端
LiveReloadWeb开发
selfcontrol自控。。禁止上网一段时间
Popup在状态栏弹出的Popup
MPlayerX一个MPlayerX的测试分支
QuickCursor快速启动编辑
Sonora一个小巧的 挺棒的音乐播放器
SafariOmnibar一个Sarari插件
HexFiend16进制编辑器
Xcode5-Plugin-TemplateXcode5插件的开发模板
cocoapods-xcode-plugincocoapod 插件
KFCocoaPodsPlugincocoapod 插件, 方便编辑Podfile,显示构建日志
VVDocumenter-XcodeXcode的插件 写注释时自动提醒JavaDoc风格
ColorSense-for-XcodeXcode的插件 支持动态调整UIColor
KSImageNamed-XcodeXcode的插件 支持显示工程里的UIImage
LinXcode的插件 显示NSLocalizedString的对应字符串
nib2objc把xib和nib翻译成m 包括命令、GUI、Service
iOS-Framework编译iOS的Framework的通用模板
Alcatraz管理和发现插件~~
UIEffectDesignerView原生iOS/Mac粒子效果设计
SCStringsUtility开发工具 制作多语言
APNS-Pusher通过APNS发推送~
非Github
cooliris-toolkitCooliris出品基础工具包,Github有Clone
core-plot强大的2D数据绘图库
j2objc神奇的东西,将Java翻译成ObjC~ Google出品
theunarchiver解压,支持Zip, Tar, Gzip, Bzip2, 7-Zip, Rar, LhA, StuffIt等
macfuse创建OSX的文件系统~
google-toolbox-for-mac著名的Google工具箱
leveldbGoogle大神开发的KV存储,高性能,低内存
RegexKitLite著名的ObjC 正则表达式
zipachive用得很广泛的ObjC zip文件压缩解压 (github上有几个mirror)
youtube下载神器:https://github.com/rg3/youtube-dl
我擦咧
vim插件:https://github.com/Valloric/YouCompleteMe
vim插件配置:https://github.com/spf13/spf13-vim
----------------Mac完整项目----------
电台:https://github.com/myoula/sostart
----------------iOS完整项目----------------
1,豆瓣相册https://github.com/TonnyTao/DoubanAlbum
2,voa在线英语https://github.com/cubewang/NewsReader
3,电竞第一视角https://github.com/cubewang/GameDaily
4,开源中国的iOS客户端https://github.com/oschina/iphone-app
5,很优雅的一些组件https://github.com/sobri909/MGBox2
6,ios控件学习:https://github.com/iimgal/StudyiOS?source=c
7,reader :https://github.com/vfr/Reader
8,git客户端:https://github.com/dennisreimann/ioctocat
9,speakEnglish:https://github.com/cubewang/SpeakEnglish????????克伟
10,新闻阅读 :https://github.com/samuelclay/NewsBlur
11,last.fm:https://github.com/c99koder/lastfm-iphone
12,LBS游戏:https://github.com/Kjuly/iPokeMon
13,ThatInbox 是iOS平台上一个免费开源的Email 客户端:https://github.com/Ink/ThatInbox
14,ThatCloud是一个免费开源的iOS app,允许你访问、查看以及使用你在网上存储的内容,可以很好地帮你完成工作:https://github.com/Ink/ThatCloud
15,ThatPhoto是使用了Ink Mobile Framework框架来连接到其他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
----------------开源项目的协议--------------
网易新闻的开源协议: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/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
========================== 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