iOS常用第三方类库及Xcode插件
第三方类库(github地址):
1、AFNetworking 网络数据 https://github.com/AFNetworking/AFNetworking
2、SDWebImage 图片缓存 https://github.com/rs/SDWebImage
3、MBProgressHUD 提示框 https://github.com/jdg/MBProgressHUD
4、FMDB 数据库 https://github.com/ccgus/fmdb
5、MJExtension 字典转模型 https://github.com/CoderMJLee/MJExtension
6、MJRefresh 上下拉刷新 https://github.com/CoderMJLee/MJRefresh
7、SocketRocket 网络连接 https://github.com/square/SocketRocket
8、AwesomeMenu 点击按钮后弹出多个小按钮 https://github.com/levey/AwesomeMenu
9、UIView-AutoLayout 自动布局 https://github.com/smileyborg/UIView-AutoLayout
10、Masonry 自动布局 https://github.com/SnapKit/Masonry
Xcode插件:
Alcatraz
与CocoaPod类似。Alcatraz是Xcode的插件管理器,能够让你方便的管理Xcode的插件。不仅可以管理插件,还可以管理主题等等。
1、VVDocumenter-Xcode 规范注释生成器 https://github.com/onevcat/VVDocumenter-Xcode
2、cocoaPods 库管理 https://github.com/kattrali/cocoapods-xcode-plugin
3、KSImageNamed-Xcode 文件图片名自动补齐 https://github.com/ksuther/KSImageNamed-Xcode
4、FuzzyAutocomplete 自动补齐
5、AutoHighlightSymbol 选中变色
6、Auto-Importer-for-Xcode:快速导入头文件的插件
xcode 低版本真机路径
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
路径:
~/Library/Application Support/Developer/Shared/Xcode/Plug-ins
xcode7 加载不了插件,请尝试以下文章解决:
http://www.jianshu.com/p/5db026804850
网摘:
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
已停止更新,用于网络请求
iOS常用第三方类库及Xcode插件的更多相关文章
- iOS常用第三方类库 Xcode插件
第三方类库(github地址): 1.AFNetworking 网络数据 https://github.com/AFNetworking/AFNetworking 2.SDWebImage 图 ...
- iOS 常用第三方类库、完整APP示例
一.第三方类库 1:基于响应式编程思想的oc地址:https://github.com/ReactiveCocoa/ReactiveCocoa2:hud提示框地址:https://github.com ...
- iOS之第三方库以及XCode插件介绍
前言 第三方库是现在的程序员离不开的东西 不光是APP开发 基本上所有的商业项目 都会或多或少的使用到第三方库 Github上Star>100的开源库数量如下 可以看到JS以绝对的优势排名第一 ...
- IOS常用第三方类库
开发几个常用的开源类库及下载地址: 1.json json编码解码 2.GTMBase64 base64编码解码 3.TouchXML xml解析 4.SFHFKeychainUtils 安全保存用户 ...
- iOS 常用三方类库整理
iOS 常用三方类库整理 1:基于响应式编程思想的oc 地址:https://github.com/ReactiveCocoa/ReactiveCocoa 2:hud提示框 地址:https://gi ...
- 程序开发常用第三方类库一览表(VendorLib)
以下是自己开发过程中用到的第三方类库,记录下来方便查阅 ------------------------------------------------------------------------ ...
- 【转】个人常用iOS第三方库以及XCode插件介绍 -- 不错
原文网址:http://adad184.com/2015/07/08/my-favorite-libraries-and-plugins/ 第三方库是现在的程序员离不开的东西 不光是APP开发 基本上 ...
- 常用iOS第三方库以及XCode插件介绍
第三方库 CocoaPod CocoaPod并不是iOS上的第三方库 而是大名鼎鼎的第三方库的管理工具 在CocoaPod没有出现之前 第三方库的管理是非常痛苦的 尤其是一些大型的库(比如nimbus ...
- 个人常用iOS第三方库以及XCode插件介绍
第三方库 CocoaPod CocoaPod并不是iOS上的第三方库 而是大名鼎鼎的第三方库的管理工具 在CocoaPod没有出现之前 第三方库的管理是非常痛苦的 尤其是一些大型的库(比如nimbus ...
随机推荐
- LeetCode 12 Integer to Roman (整数转罗马数字)
题目链接: https://leetcode.com/problems/integer-to-roman/?tab=Description String M[] = {"", ...
- [转]OpenStack Keystone V3
Keystone V3 Keystone 中主要涉及到如下几个概念:User.Tenant.Role.Token.下面对这几个概念进行简要说明. User:顾名思义就是使用服务的用户,可以是人.服务或 ...
- Google浏览器清除缓存快捷键
1.CTRL+SHIFT+DEL:直接进入“清除浏览数据”页面,包括清除浏览历史记录.清空缓存.删除Cookie等. 2.chrome浏览器F12中 ctrl+p 可以定位文件
- STM8S 低功耗(1)
STM8S的低功耗模式有4种. 关系如下. 本次使用的停机(HALT) 使用了内部定时器,外部中断,LED指示是否进入低功耗. 在while循环中设置如下 ) { if(!IR_IN) // 外部中断 ...
- ipv4组播预留地址
列表如下: 224.0.0.0 基准地址(保留) 224.0.0.1 所有主机的地址 224.0.0.2 所有组播路由器的地址 224.0.0.3 不分配 224.0.0.4 dvmrp 路由器 22 ...
- Java IO 详解
Java IO 详解 初学java,一直搞不懂java里面的io关系,在网上找了很多大多都是给个结构图草草描述也看的不是很懂.而且没有结合到java7 的最新技术,所以自己来整理一下,有错的话请指正, ...
- FileStream实现多线程断点续传(已封装)
处理文件分片 处理缺失的分片文件 合并分片文件 MD5验证文件 using System; using System.Collections.Generic; using System.IO; usi ...
- logstash实战input插件syslog
vim /etc/logstash/conf.d/syslog.conf input{ syslog{ type => "system-syslog" port => ...
- HDU 2444 - The Accomodation of Students - [二分图判断][匈牙利算法模板]
题目链接:http://acm.split.hdu.edu.cn/showproblem.php?pid=2444 Time Limit: 5000/1000 MS (Java/Others) Mem ...
- SQL Fundamentals || Single-Row Functions || 字符函数 character functions
SQL Fundamentals || Oracle SQL语言 SQL Fundamentals: Using Single-Row Functions to Customize Output使 ...