首页 技术 正文
技术 2022年11月13日
0 收藏 499 点赞 4,474 浏览 1761 个字

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

原文链接:http://www.jianshu.com/p/e5dfe1a09611GitHub 上值得关注的 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

相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:9,090
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,567
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,415
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,187
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:7,823
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:4,906