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. JSTL标签不起作用的解决办法

    JSP页面中的EL标签直接成字符串输出(如:${user.id}),说明el标签没有被识别,造成的原因有: 1.jdk+jstl的组合不匹配 2.web.xml版本不匹配 但我们解决以上这个问题时,先 ...

  2. SQL Server GROUP BY 后 拼接 字符串

    原文地址:https://blog.csdn.net/u010673842/article/details/79637618 select ID, ,,'') from class a group b ...

  3. kubernetes ui 搭建

    1.部署Kubernetes云计算平台,至少准备两台服务器,此处为3台 Kubernetes Master节点:192.168.0.111 Kubernetes Node1节点:192.168.0.1 ...

  4. yii添加验证码 和重复密码

    <?phpnamespace frontend\models; use common\models\User;use yii\base\Model;use Yii; /** * Signup f ...

  5. 2017面向对象程序设计(Java)第2周学习指导及要求(2017.8.28-2017.9.3)

    学习目标 继续适应老师教学方式的变化,能按照翻转课堂教学要求完成课前知识学习: 掌握Java Application程序结构: 掌握Java的数据类型与变量: 学会使用运算符构造各类表达式: 掌握输入 ...

  6. 兴趣点 / 关键点( Interest point/Keypoint )

    • 不同视角图片之间的映射           • 稳定局部特征点           • 可重复性.显著性           • 抗图片变换           • 外貌变换(亮度.光照)    ...

  7. maven(二)基于intellij idea搭建ssm的maven项目结构

    项目配置文件整合步骤 1.这里使用maven来引入项目所需要的jar包,所以也就不需要手动来管理jar包了. pom.xml 配置模板如下: <project xmlns="http: ...

  8. Java 几种锁

    自旋锁 自旋锁顾名思义,它会等待一定时间(自旋),在这期中会什么都不做就是等资源被释放,好处在于没有了内核态用户态切换的效率损失,但是如果它一直不能访问到资源的话就会一直占用cpu资源,所以它会循环一 ...

  9. 网站访问者UA检测及跳转

    /*!* UA检测及跳转*/;(function(){ var whatdevice = {}; var myUA = window.navigator.userAgent.toLowerCase() ...

  10. centos 配置Openssl并创建证书

    具体详情参考:http://wiki.centos.org/HowTos/Https 一.安装软件 yum install mod_ssl openssl 二.创建证书: # Generate pri ...