GitHub常用 库
来自: http://www.jianshu.com/p/6475c90e8b4d
网络请求库
https://github.com/AFNetworking/AFNetworking
https://github.com/Alamofire/AlamofireImage
菜单
https://github.com/yoavlt/LiquidFloatingActionButton
https://github.com/smasoumi/FAB-Loading
https://github.com/nitingeorge227/NGSplitMenuController (iPad侧滑菜单)
刷新
https://github.com/CoderMJLee/MJRefresh
https://github.com/anaglik/PeriscopyPullToRefresh
https://github.com/adad184/MMPopupView
https://github.com/oyuk/OYSimpleAlertController
Loading、动画
https://github.com/jonathantribouharet/JTMaterialSpinner
https://github.com/poolqf/FillableLoaders
https://github.com/BLPoonia/BLMultiColorLoader
https://github.com/BLPoonia/BLLoader
自定义相机、照片裁剪
https://github.com/kishikawakatsumi/PEPhotoCropEditor
https://github.com/mukyasa/MMCamScanner
https://github.com/Aevit/SCCaptureCamera
https://github.com/kimsungwhee/KSHMosaicCamera
https://github.com/mmackh/IPDFCameraViewController
https://github.com/GabrielAlva/Cool-iOS-Camera
UITableView 动画
https://github.com/mukyasa/MMTransitionEffect
https://github.com/KittenYang/KYPingTransition
https://github.com/KittenYang/KYElegantPhotoGallery
https://github.com/terenceLuffy/AppStoreStyleHorizontalScrollView
https://github.com/xxxAIRINxxx/ARNTransitionAnimator
https://github.com/y-hryk/YSLTransitionAnimator
https://github.com/xxxAIRINxxx/GooglePlayTransition
导航栏
https://github.com/gklka/GKFadeNavigationController
https://github.com/bryankeller/BLKFlexibleHeightBar
UISwitch
https://github.com/gontovnik/DGRunkeeperSwitch
Emoji 、键盘
https://github.com/ayushgoel/AGEmojiKeyboard
输入框
https://github.com/ws00801526/XMChatBarExample
日历
https://github.com/jonathantribouharet/JTCalendar
视频播放类
https://github.com/0xced/XCDYouTubeKit
https://github.com/iMoreApps/ffmpeg-avplayer-for-ios
https://github.com/36Kr-Mobile/KRVideoPlayer
GitHub常用 库的更多相关文章
- 大型项目 Gradle 的常用库和版本管理[转]
http://www.tuicool.com/articles/vqQZBrm 大型项目 Gradle 的常用库和版本管理 时间 2016-03-15 06:44:00 Mystra 原文 htt ...
- iPhone开发 - 常用库
iPhone开发 - 常用库 这里总结了iPhone开发者开发过程中可能需要的一些资源 如何用Facebook graphic api上传视频: http://developers.facebook. ...
- Linux 使用 github 常用命令
Linux 使用 github 常用命令 今天整理一下常用的 github 命令,自己只是一个编程小白,有些地方可能做的不是很好,仅仅用作自己的学习使用. 创建一个文件夹用于存放github仓库 m ...
- python 库安装方法及常用库
python 库安装方法及常用库 python库安装方法: 方法一:setpu.py 1.下载库压缩包,解压,记录下路径:*:/**/……/ 2.运行cmd,切换到*:/**/……/目录下 3.运行s ...
- github常用的git命令
添加已有项目到github: touch README.md //新建说明文件 git init //在当前项目目录中生成本地git管理,并建立一个隐藏.git目录 git add . //添加当前目 ...
- Python扫描器-常用库-Request
1.常用库-Request 1.1. 介绍 #安装:pip3 install requests #各种请求方式:常用的就是requests.get()和requests.post() >> ...
- Python的常用库
读者您好.今天我将介绍20个属于我常用工具的Python库,我相信你看完之后也会觉得离不开它们.他们是: Requests.Kenneth Reitz写的最富盛名的http库.每个Python程序员都 ...
- Git与GitHub常用操作
--------------------------基本操作--------------------------clone 拷贝远程仓库commit 本地提交push 远程提交pull 更新本地--- ...
- Github优质库分享-01算法小抄 基于LeetCode
Github 优质库分享-01 算法小抄 该库总共 60 多篇原创文章,都是基于 LeetCode 的题目,涵盖了所有题型和技巧,而且一定要做到举一反三,通俗易懂,绝不是简单的代码堆砌. 目前 sta ...
随机推荐
- 九度OJ 1283 第一个只出现一次的字符
题目地址:http://ac.jobdu.com/problem.php?pid=1283 题目描述: 在一个字符串(1<=字符串长度<=10000,全部由大写字母组成)中找到第一个只出现 ...
- OpenJudge/Poj 1458 Common Subsequence
1.链接地址: http://poj.org/problem?id=1458 http://bailian.openjudge.cn/practice/1458/ 2.题目: Common Subse ...
- phpstudy 下开启openssl
1.在php.ini里面的extension=php_openssl.dll是开启的状态,没有被注释. 2.里面的allow_url_fopen = On表示开启了. 3.如果你是Windows 64 ...
- 【安装操作系统】VMware 中安装 Redhat 5
引言 已有一台 Windows XP 家用机,安装 Linux 虚拟机,一不小心就会走弯路,因此本文提供一些入门级的经验来帮助你躲开歧途. 欢迎来到 lovickie 的博客 http://www.c ...
- tomcat错误信息解决方案 严重:StandardServer.await:
看到这个报错我的第一反应就是端口被占用,用netstat -ant命令查看发现8080端口没有被占用,也可以看到 tomcat的进程已经存在,但是不能对外提供服务. 1.独立运行的tomcat.exe ...
- MongoDB入门三步曲2--基本操作(续)--聚合、索引、游标及mapReduce
mongodb 基本操作(续)--聚合.索引.游标及mapReduce 目录 聚合操作 MapReduce 游标 索引 聚合操作 像大多关系数据库一样,Mongodb也提供了聚合操作,这里仅列取常见到 ...
- Linux是一门真正的黑客高手艺术
黑客这个词从诞生到现在,从来就没有解释为“高级入侵者”.“病毒制造者”或者“QQ盗号者”过.我至今不清楚在中国是谁先把黑客和这些无聊的词汇联系在了一起,导致如此多的人被误导.但有一点是肯定的,不负责任 ...
- 004.CleanUp方法
定义: Delphi procedure CleanUp; 类型 可见性 所在源码 所在单元 父类 procedure protected System.RegularExpressionsCore. ...
- 使用imp加载python模块
import impimport sysfn_, path, desc = imp.find_module('mymodule', ['/data/module/'])print fn_,path,d ...
- 一步步学习ASP.NET MVC3 (8)——EmptyResult,ContentResult,RedirectResult
请注明转载地址:http://www.cnblogs.com/arhat 上一章,我们阐述了Controller,Action和ActionResult所代表的含义及使用,本章继续研究ActionRe ...