GitHub 上值得关注的 iOS 开源项目

GitHub 上值得关注的 iOS 开源项目 —— 由 红旗下的蛋 分享

1.AFNetworking

地址:https://github.com/AFNetworking/AFNetworking

用于网络请求

2.JSONKit

地址:https://github.com/johnezang/JSONKit

解析JSON

3.Reachability

地址:https://github.com/tonymillion/Reachability

检查网络状况

4.SVPullToRefresh

地址:https://github.com/samvermette/SVPullToRefresh

处理刷新

5.FMDB

地址:https://github.com/ccgus/fmdb

对数据库进行操作

也可以使用CoreData

CoreDate介绍地址:https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/CoreData/cdProgrammingGuide.html

6.SDWebImage

地址:https://github.com/rs/SDWebImage

缓存网络图片

可以使用TMCache替代,TMCache是tumblr团队使用的缓存项目

地址:https://github.com/tumblr/TMCache

7.MBProgressHUD

地址:https://github.com/jdg/MBProgressHUD

加载提示框

8.pop

地址:https://github.com/facebook/pop

facebook出品的动画框架

9.CocoaPods

地址:https://github.com/CocoaPods/CocoaPods

第三方库管理工具

10.GPUImage

地址:https://github.com/BradLarson/GPUImage

处理图片效果

11.BlocksKit

地址:https://github.com/zwaldowski/BlocksKit

block框架

12.ReactiveCocoa

地址:https://github.com/ReactiveCocoa/ReactiveCocoa

函数式响应式编程框架

13.Mantle

地址:https://github.com/Mantle/Mantle

将json数据模型化model对象

14.cocos2d-swift

地址:https://github.com/cocos2d/cocos2d-swift

cocos2d

15.RESideMenu

地址:https://github.com/romaonthego/RESideMenu

侧滑菜单

16.SWTableViewCell

地址:https://github.com/CEWendel/SWTableViewCell

UITableViewCell 的子类, 实现了左右滑动显示信息视图并调出按钮

17.TTTAttributedLabel

地址:https://github.com/TTTAttributedLabel/TTTAttributedLabel

UILabel 的替代品, 使 iOS 上的 Label 功能更加丰富, 可支持链接植入等功能

18.PNChart

地址:https://github.com/kevinzhow/PNChart

带动画效果的图表控件

19.VVDocumenter-Xcode

地址:https://github.com/onevcat/VVDocumenter-Xcode

帮助开发者轻松的生成注释文档

20.appirater

地址:https://github.com/arashpayan/appirater

用于提醒用户给你的 APP 打分的工具

21.Masonry

地址:https://github.com/Masonry/Masonry

AutoLayout扩展工具

22.ASIHTTPRequest

地址:https://github.com/pokeb/asi-http-request

GitHub 上值得关注的 iOS 开源项目的更多相关文章

  1. GitHub上值得关注的iOS开源项目

    1.AFNetworking地址:https://github.com/AFNetworking/AFNetworking用于网络请求 2.JSONKit地址:https://github.com/j ...

  2. iOS:GitHub上值得关注的iOS开源项目

    1.AFNetworking地址:https://github.com/AFNetworking/AFNetworking用于网络请求 2.JSONKit地址:https://github.com/j ...

  3. Github上600多个iOS开源项目地址

    将Github上600多个iOS开源项目进行分类并且有相应介绍,小伙伴们快来看呀 地址:http://github.ibireme.com/github/list/ios/

  4. Github上600多个iOS开源项目分类及介绍

    将Github上600多个iOS开源项目进行分类并且有相应介绍,小伙伴们快来看呀 地址:http://github.ibireme.com/github/list/ios/

  5. 强烈推荐 GitHub 上值得前端学习的开源实战项目

    强烈推荐 GitHub 上值得前端学习的开源实战项目. Vue.js vue-element-admin 是一个后台前端解决方案,它基于和 element-ui 实现 基于 iView 的 Vue 2 ...

  6. GitHub上最火的Android开源项目(一)

    GitHub在中国的火爆程度无需多言,越来越多的开源项目迁移到GitHub平台上.更何况,基于不要重复造轮子的原则,了解当下比较流行的Android与iOS开源项目很是必要.利用这些项目,有时能够让你 ...

  7. Github上的几个C++开源项目

    Github上的几个C++开源项目 http://blog.csdn.net/fyifei0558/article/details/47001677 http://www.zhihu.com/ques ...

  8. 2019年9月Github上最热门的JavaScript开源项目

      2019年9月Github上最热门的JavaScript开源项目 前端开发 前端开发 微信号 qianduan1024 功能介绍 专注于Web前端技术文章分享,包含JavaScript.HTML5 ...

  9. 【转】GitHub平台最火的iOS开源项目——2013-08-25 17

    http://www.cnblogs.com/lhming/category/391396.html 今天,我们将介绍20个在GitHub上非常受开发者欢迎的iOS开源项目,你准备好了吗? 1. AF ...

随机推荐

  1. luogu3761 [TJOI2017]城市

    重点是求树的直径.半径. 参考这里 #include <iostream> #include <cstring> #include <cstdio> using n ...

  2. 爬虫开发python工具包介绍 (1)

    本文来自网易云社区 作者:王涛 本文大纲: 简易介绍今天要讲解的两个爬虫开发的python库 详细介绍 requests库及函数中的各个参数 详细介绍 tornado 中的httpcilent的应用 ...

  3. 使用Phaser开发你的第一个H5游戏(一)

    本文来自网易云社区 作者:王鸽 不知你是否还记得当年风靡一时的2048这个游戏,一个简单而又不简单的游戏,总会让你在空闲时间玩上一会儿. 在这篇文章里,我们将使用开源的H5框架--Phaser来重现这 ...

  4. 新技术---- MongoDB

    MongoDB 在 CentOS7 上安装 MongoDB-------https://www.linuxidc.com/Linux/2016-06/132675.htm Centos7 安装mong ...

  5. 九度oj 题目1029:魔咒词典

    题目描述:     哈利波特在魔法学校的必修课之一就是学习魔咒.据说魔法世界有100000种不同的魔咒,哈利很难全部记住,但是为了对抗强敌,他必须在危急时刻能够调用任何一个需要的魔咒,所以他需要你的帮 ...

  6. UIAlertView+Blocks.h

    #import <Foundation/Foundation.h> typedef void (^DismissBlock)(int buttonIndex); typedef void ...

  7. nginx进程属主问题讨论

    文章作者:luxianghao 文章来源:http://www.cnblogs.com/luxianghao/p/6107096.html 转载请注明,谢谢合作. 免责声明:文章内容仅代表个人观点,如 ...

  8. CF dp 一句话解题

    wyq说刚入门oi 或是遇到瓶颈的时候就刷DP吧,虽然觉得这么刷CF题有点浪费,但是还是挺爽的,按照solved排序做的,前面的题都挺水的(忘记记录了混蛋),就不写了,从5C开始写解题 CF5 C. ...

  9. Codeforces Round Rockethon 2015

    A. Game 题目大意:A有N1个球,B有N2个球,A每次可以扔1-K1个球,B每次可以扔1-K2个球,谁先不能操作谁熟 思路:.....显然每次扔一个球最优.... #include<ios ...

  10. bzoj2286 (sdoi2011)消耗战(虚树)

    [Sdoi2011]消耗战 Time Limit: 20 Sec  Memory Limit: 512 MBSubmit: 4052  Solved: 1463[Submit][Status][Dis ...