iOS.OpenSource.PopularProject
1. Core Plot
Core Plot is a plotting framework for OS X and iOS. It provides 2D visualization of data, and is tightly integrated with Apple technologies like Core Animation, Core Data, and Cocoa Bindings.
http://code.google.com/p/core-plot/
2. AFNetworking
https://github.com/AFNetworking/AFNetworking
3. UIView+Glow
UIView+Glow is a category on UIView that adds support for making views glow.
https://github.com/thesecretlab/UIView-Glow
4. 提示框
包括环形进度条,扇形进度条
https://github.com/jdg/MBProgressHUD
5. 类似短信的 chat bubbles
http://alexbarinov.github.com/UIBubbleTableView/
6. 各种手势的识别
6.1 github.com/fmestrone Circle-Detection-for-iOS 圆形手势识别
7. 网络组件
7.1 AsyncSocket 网络通信
8. 各种式样的UIView
8.1 github.com/aceisScope
CycleScrollView
WaterflowView
FlipGridView
SlideShow
ScrollImageTable
NYOBetterZoom
......
9. CrashReport
9.1 bugsense
https://github.com/bugsense/plcrashreporter-bugsense
需要学习mach-o和mach来阅读其源码
10. QR Code
10.1
11. sstoolkit
http://sstoolk.it/
12.
https://github.com/schwa/iOS-PDF-Reader
https://github.com/vfr/Reader
13.
https://github.com/steventroughtonsmith/FlipClock
14.
http://www.capturerecord.com/
15. Open Source iPhone And iPad Apps – Real iOS Source Code Examples
http://maniacdev.com/2010/06/35-open-source-iphone-app-store-apps-updated-with-10-new-apps
16.
http://zeroheroblog.com/ios/google-maps-sdk-for-ios
17.
jwlayoutviews view布局
18. MKNetworkKit
网络组件
http://blog.mugunthkumar.com/ios-components/mknetworkkit/
19. JTRevealSidebarDemo (AAAA)
http://stackoverflow.com/questions/8351422/are-facebook-and-path-using-an-open-source-library-for-their-root-navigation-ui
https://github.com/jamztang/JTRevealSidebarDemo
20.
http://iphonedevwiki.net/index.php/Open_Source_Projects
XX. 流行的iOS Open Source
http://cocoaobjects.com/
http://betabeers.com/uploads/cache/stackoverflow-ios-components.html
http://buddingdevelopers.com/top-ios-open-source-projects/
http://www.nanaimostudio.com/blog/2013/10/23/top-ios-projects-on-github.html
http://stackoverflow.com/questions/3306039/examples-of-well-coded-cocoa-iphone-apps-on-github
http://ios.devtools.me/
http://www.fastcolabs.com/3015178/the-top-10-hottest-github-projects-right-now
http://www.quora.com/GitHub/Who-are-some-iOS-developers-and-projects-that-are-worth-following-on-GitHub
http://www.idevtoy.com/?page_id=550
iOS.OpenSource.PopularProject的更多相关文章
- iOS.OpenSource.AllInOne
Open Source Project for iOS 所有和iOS相关的Open Source Project的汇总. 功能点 开源项目 iOS Gallery RMGallery https: ...
- iOS开发60分钟入门
原文:https://github.com/qinjx/30min_guides/blob/master/ios.md 本文面向已有其它语言(如Java,C,PHP,Javascript)编程经验的i ...
- iOS开发入门
https://github.com/qinjx/30min_guides/blob/master/ios.md 任何C源程序,不经修改,即可通过Objective-C编译器成功编译 Objectiv ...
- 四个很好的开源app项目
Open Source and the iOS App Store Today, we are open-sourcing 4 iOS apps: ThatInbox, an email client ...
- OpenSource.iOS.ProtobufWithObjective-C
2. 在iOS(Mac OS X)中使用protobuf 2.0 构建protoc A) 下载最新的protobuf版本 B) 依据README中的步骤依次进行 2.1 添加protobuf到工程中 ...
- 【腾讯Bugly干货分享】聊聊苹果的Bug - iOS 10 nano_free Crash
本文来自于腾讯Bugly公众号(weixinBugly),未经作者同意,请勿转载,原文地址:https://mp.weixin.qq.com/s/hnwj24xqrtOhcjEt_TaQ9w 作者:张 ...
- iOS面试用到的知识点和技术点--第二章
接着第一章的继续 昨天没有更新,很抱歉 1.Socket编程 以及一些第三方框架Socket-IO GCDAsyncSocket通信框架? 1.使用系统自带的CFsocket 2.第三方Socket ...
- 关于iOS的runtime
runtime是一个很有意思的东西,如果你学iOS开发很经常就会用到或被问到runtime.那么runtime是什么呢,如何去了解它. runtime:中文名 运行时,系统在编译时留下的一些 类型,操 ...
- ios升级<注:来着微信平台>
<来着微信平台> http://mp.weixin.qq.com/s?__biz=MjM5NTIyNTUyMQ==&mid=2709545194&idx=1&sn ...
随机推荐
- UITableView性能的优化()
1.0 使用不透明视图 不透明的视图可以极大地提高渲染的速度. 2.0 不要重复创建不必要的cell 也就是我们常说的 循环利用机制 (建立缓冲池) 3.0 减少视图的数目 4.0 不要做多余的绘 ...
- Django中使用mysql数据库并使用原生sql语句操作
Django自身默认使用sqlite3这个轻量级的数据库,但是当我们开发网站时,sqlite3就没有mysql好,sqlite3适合一些手机上开发使用的数据库. 准备的软件mysql数据库,版本5.7 ...
- Missing parentheses in call to 'print'
这个消息的意思是你正在试图用python3.x来运行一个只用于python2.x版本的python脚本. print"Hello world" 上面的语法在python3中是错误的 ...
- 03_java基础(三)之第一个程序与开发工具的安装
1.第一个Java程序 ① 找一个特定的放代码的地方 ② 新建一个文本文档 --> 改名 Hello.java 注意 : 必须先把文件的后缀名都显示出来 不同的操作系 ...
- python 之面向对象
继承粗体文本 标签(空格分隔): 继承 什么是继承: 继承是指类与类之间的关系,是一种什么"是"什么的关系,继承的功能之一就是用来解决代买重用问题,继承是一种创建新类的方式,在py ...
- 大数据入门到精通3-SPARK RDD filter 以及 filter 函数
一.如何处理RDD的filter 1. 把第一行的行头去掉 scala> val collegesRdd= sc.textFile("/user/hdfs/CollegeNavigat ...
- python 进阶(转自http://python.jobbole.com/82633/)
网络 通用 urllib -网络库(stdlib). requests -网络库. grab – 网络库(基于pycurl). pycurl – 网络库(绑定libcurl). urllib3 – P ...
- C/s程序过时了吗?
目前的程序从原来的形态演变成了 C/s,B/s,和手机端. 其实应该各有自己的客户群,及定位. 比如C/s为单机版的可以完成个性化突出的复杂客户端应用,企业级别的应用. B/s的特点安装简单,功能制作 ...
- WOPI的安装文档方法
Office Web Apps安装部署 系统要求为Windows Server 2012, 注意:安装Office Web Apps的服务器除了Office Web Apps之外,不能安装其他应用.包 ...
- Django model 中的 class Meta 详解
Django model 中的 class Meta 详解 通过一个内嵌类 "class Meta" 给你的 model 定义元数据, 类似下面这样: class Foo(mode ...