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的更多相关文章

  1. iOS.OpenSource.AllInOne

    Open Source Project for iOS 所有和iOS相关的Open Source Project的汇总. 功能点 开源项目   iOS Gallery RMGallery https: ...

  2. iOS开发60分钟入门

    原文:https://github.com/qinjx/30min_guides/blob/master/ios.md 本文面向已有其它语言(如Java,C,PHP,Javascript)编程经验的i ...

  3. iOS开发入门

    https://github.com/qinjx/30min_guides/blob/master/ios.md 任何C源程序,不经修改,即可通过Objective-C编译器成功编译 Objectiv ...

  4. 四个很好的开源app项目

    Open Source and the iOS App Store Today, we are open-sourcing 4 iOS apps: ThatInbox, an email client ...

  5. OpenSource.iOS.ProtobufWithObjective-C

    2. 在iOS(Mac OS X)中使用protobuf 2.0 构建protoc A) 下载最新的protobuf版本 B) 依据README中的步骤依次进行 2.1 添加protobuf到工程中 ...

  6. 【腾讯Bugly干货分享】聊聊苹果的Bug - iOS 10 nano_free Crash

    本文来自于腾讯Bugly公众号(weixinBugly),未经作者同意,请勿转载,原文地址:https://mp.weixin.qq.com/s/hnwj24xqrtOhcjEt_TaQ9w 作者:张 ...

  7. iOS面试用到的知识点和技术点--第二章

    接着第一章的继续  昨天没有更新,很抱歉 1.Socket编程 以及一些第三方框架Socket-IO GCDAsyncSocket通信框架? 1.使用系统自带的CFsocket 2.第三方Socket ...

  8. 关于iOS的runtime

    runtime是一个很有意思的东西,如果你学iOS开发很经常就会用到或被问到runtime.那么runtime是什么呢,如何去了解它. runtime:中文名 运行时,系统在编译时留下的一些 类型,操 ...

  9. ios升级<注:来着微信平台>

    <来着微信平台>  http://mp.weixin.qq.com/s?__biz=MjM5NTIyNTUyMQ==&mid=2709545194&idx=1&sn ...

随机推荐

  1. vue 组件中this指向

    今天开始学习慕课网的“去哪网”app开发,之前用学了一段时间对vue还是没有深刻理解透,先在开始要从新开始学习vue,今天学的第一堂课是vue 中v-model.v-for的简单例子,以前改变dom中 ...

  2. sqlite 时间戳转时间

    ), 'unixepoch','localtime') from messages where data != '' order by timestamp desc 官方eg: Examples Co ...

  3. Gamma Correction

    [Gamma Correction] 磁盘上存储的纹理可分为Linear Texture.Gamma Texture. sRGB sampling allows the Unity Editor to ...

  4. Unity3D中的Quality

    Quality Level:质量等级,默认为打包最低的那个等级 Name:质量级别的名称 Pixel Light Count:像素灯数量(前向渲染使用的像素灯的最大数量) Texture Qualit ...

  5. java面试题:数据库mysql

    Web后端数据库一般用mysql. 数据库基础 Q:数据库三范式是什么? 第一范式:列不可再分 第二范式:行可以唯一区分,主键约束 第三范式:表的非主属性不能依赖与其他表的非主属性 外键约束 且三大范 ...

  6. ceph 维护之 osd节点添加

    一.目标 添加一台新osd 节点,主机名ceph6 到 ceph 集群.public IP:10.6.32.25      cluster_network :10.6.33.25 二.基础环境配置 1 ...

  7. VIM初掌握

    Vim 是 Linux 系统上的最著名的文本/代码编辑器,也是早年的 Vi 编辑器的加强版.它的最大特色是完全使用键盘命令进行编辑,脱离了鼠标操作虽然使得入门变得困难,但上手之后键盘的各种巧妙组合操作 ...

  8. POJ-3078.Shuffle'm Up(简单模拟题)

    这道题做了有四个小时吧,今天一整天都处于边玩边学的状态,我很是不喜欢...一开始用了20分钟模拟,过了样例后TLE了,就在考虑是不是判断是否重复判定的数组开大了,结果一直蛙,后面想到了map判重,结果 ...

  9. PHP遍历数组常用方式(for,foreach,while,指针等等)

    1使用for循环遍历数组 count($arr)用于统计数组元素个数         for循环只能用于遍历,纯索引数组!!如果存在关联数组,count统计两种数组的总个数         使用for ...

  10. httpclient使用用例

    import java.io.BufferedReader;import java.io.IOException;import java.io.InputStreamReader;import jav ...