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 ...
随机推荐
- Huffman Coding 哈夫曼编码
作者:jostree 转载请注明出处 http://www.cnblogs.com/jostree/p/4096079.html 使用优先队列实现,需要注意以下几点: 1.在使用priority_qu ...
- 还原数据库备份文件时,关于“System.Data.SqlClient.SqlError:媒体集有2个媒体簇,但只提供了1个。必须提供所有成员”的处理方式
好久没写博客了,最近在做毕设的权限管理模块,今天在还原数据库文件时,遇到了“System.Data.SqlClient.SqlError:媒体集有2个媒体簇,但只提供了1个.必须提供所有成员”这个错误 ...
- javaweb——总结
day01XML上 1.XML的作用 2.XML的基本语法 3.DTD约束 4.DTD的基本语法(看懂DTD就ok) 5.XML的解析方式:原理 6.JAXP的DO ...
- 纯原生js移动端图片压缩上传插件
前段时间,同事又来咨询一个问题了,说手机端动不动拍照就好几M高清大图,上传服务器太慢,问问我有没有可以压缩图片并上传的js插件,当然手头上没有,别慌,我去网上搜一搜. 结果呢,呵呵...诶~又全是基于 ...
- 解决IE6下Position:fixed问题(只用css)
在IE6.0及以下版本的浏览器里是不支持position:fixed.而在IE7,IE8,firefox,opera,chrome都可以完美的支持此特性的.解决此问题的要点主要有: 1).容器要有一个 ...
- RSA算法解析
RSA算法原理(一) 如果你问我,哪一种算法最重要? 我可能会回答"公钥加密算法". 因为它是计算机通信安全的基石,保证了加密数据不会被破解.你可以想象一下,信用卡交易被破解的后果 ...
- Tomcat安装与配置图文教程
安装Tomcat之前先配置JDK,JDK的JAVA_HOME变量都必须设置好,以便Tomcat找到JDK.关闭防火墙等. 一:安装版Tomcat 1. 先下载tomcat,到http://tomcat ...
- CoreBluetooth - TouchID应用
支持系统和机型: iOS系统的指纹识别功能最低支持的机型为iPhone 5s,最低支持系统为iOS 8, 虽然安装iOS 7系统的5s机型可以使用系统提供的指纹解锁功能,但由于API并未开放,所以理论 ...
- 关于appStore评分的相关说明--转自张诚教授
在iOS7以前,评分地址如下 itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?typ ...
- python 时间及日期函数
本人最近新学python ,用到关于时间和日期的函数,经过一番研究,从网上查找资料,经过测试,总结了一下相关的方法. import timeimport datetime '''时间转化为时间戳: 2 ...