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. Java-确定字符串是否包含子字符串

    利用String自带的函数和正则来实现 package com.tj; public class MyClass implements Cloneable { public static void m ...

  2. IOS 自动布局-UIStackPanel和UIGridPanel(五)

    试想这样的一个需求场合,一个button靠右显示,并且距离superView的顶部和右边间距分别为10和5.如下图所示: 要实现这样的需求,如果不用自动布局技术,那么我们能想到的就是老老实实的使用绝对 ...

  3. Leetcode 375.猜数字大小II

    猜数字大小II 我们正在玩一个猜数游戏,游戏规则如下: 我从 1 到 n 之间选择一个数字,你来猜我选了哪个数字. 每次你猜错了,我都会告诉你,我选的数字比你的大了或者小了. 然而,当你猜了数字 x ...

  4. 贴一下我写过的c++程序代码

    5258 #include <iostream>#include <iomanip>#include <cmath>using namespace std;clas ...

  5. zoj2112 主席树动态第k大 (主席树&&树状数组)

    Dynamic Rankings Time Limit: 10 Seconds      Memory Limit: 32768 KB The Company Dynamic Rankings has ...

  6. E. Lost in WHU。矩阵快速幂!

    E. Lost in WHU 比赛的时候一直不知道样例怎么来的,然后和队友推了一下,然后还是没什么思路,样例手推很困难,然后我随口枚举了几个算法dp.广搜.快速幂.比赛结束问了谷队长结果真的是用快速幂 ...

  7. 九度oj 题目1111:单词替换

    题目描述: 输入一个字符串,以回车结束(字符串长度<=100).该字符串由若干个单词组成,单词之间用一个空格隔开,所有单词区分大小写.现需要将其中的某个单词替换成另一个单词,并输出替换之后的字符 ...

  8. 30分钟学会如何使用Shiro(转自:http://www.cnblogs.com/learnhow/p/5694876.html)

    本篇内容大多总结自张开涛的<跟我学Shiro>原文地址:http://jinnianshilongnian.iteye.com/blog/2018936 我并没有全部看完,只是选择了一部分 ...

  9. (转)新ITC提交APP常见问题与解决方法(Icon Alpha,Build version,AppIcon120x120)(2014-11-17)

    1)ICON无法上传,提示图片透明(有Alpha通道) 苹果现在不接受png里的Alpha了,提交的图标带有Alpha通道就提示: 简单处理:用自带的预览打开,导出时不勾选Alpha,仍保存为png格 ...

  10. 【Luogu】P1330封锁阳光大学(bfs染色)

    题目链接 这题恶心死我了. bfs染色,统计每个联通块两色的个数,ans加它们的最小值. #include<cstdio> #include<cctype> #include& ...