这里收录了2015年11月1日以来的githubOC排行版的框架,在此之前,已有前人收录的许多iOS开发框架,可以先参考:
4个优秀的总结:
⓵Github-iOS备忘 (国人总结的上百个Github上的开发框架和完整App)
http://github.ibireme.com/github/list/ios/
⓶不少优秀的 iOS, Mac 开源项目
https://github.com/Tim9Liu9/TimLiu-iOS
⓷iOS开源库 (总结的时间稍早一点,但很全)
http://www.douban.com/note/276160185/?type=like
4.框架总结:http://www.cnblogs.com/ios122/p/4873334.html
一个美团的demo:
https://github.com/zangqilong198812/MeituanDemo
关于颜色的框架:
https://github.com/ViccAlexander/Chameleon
3D touch中可以设置quick action menu的框架:
https://github.com/DeskConnect/SBShortcutMenuSimulator
手指粉碎列表的动画:(还有安卓版)
https://github.com/MartinRGB/MTMaterialDelete
Coding iOS 客户端源代码
https://github.com/Coding/Coding-iOS
著名的XcodeGhost源代码:
https://github.com/XcodeGhostSource/XcodeGhost
非常有意思的,可以实时跟踪分析iOS App视图的小工具:
https://github.com/sx1989827/RunTrace
高仿小日子(swift2.0项目):
https://github.com/ZhongTaoTian/SmallDay
即时通讯聊天界面,类似系统短信的界面:
https://github.com/jessesquires/JSQMessagesViewController
TeamTalk is a solution for enterprise IM:
https://github.com/mogujie/TeamTalk
STPopup使弹出框也有UINavigationController的效果:
https://github.com/kevin0571/STPopup
网络框架:
https://github.com/robbiehanson/CocoaAsyncSocket
高仿微信,iOS应用开发模板
https://github.com/tbl00c/iOSAppTemplate
避免输入框被键盘遮住的框架,建议配合xib使用:
https://github.com/michaeltyson/TPKeyboardAvoiding
YYText 是一款功能强大的 iOS 富文本编辑与显示框架, 支持异步排版与渲染、图文混排、自定义点击样式、自定义键盘、表情解析与输入、图片复制粘贴、容器形状控制、竖排版、文本变形、Markdown 等功能, 能够实现微博微信QQ等应用的全部文本需求
https://github.com/ibireme/YYText