来自: 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

自定义 Alert、ActionSheet

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常用 库的更多相关文章

  1. 大型项目 Gradle 的常用库和版本管理[转]

    http://www.tuicool.com/articles/vqQZBrm 大型项目 Gradle 的常用库和版本管理 时间 2016-03-15 06:44:00  Mystra 原文  htt ...

  2. iPhone开发 - 常用库

    iPhone开发 - 常用库 这里总结了iPhone开发者开发过程中可能需要的一些资源 如何用Facebook graphic api上传视频: http://developers.facebook. ...

  3. Linux 使用 github 常用命令

    Linux 使用 github  常用命令 今天整理一下常用的 github 命令,自己只是一个编程小白,有些地方可能做的不是很好,仅仅用作自己的学习使用. 创建一个文件夹用于存放github仓库 m ...

  4. python 库安装方法及常用库

    python 库安装方法及常用库 python库安装方法: 方法一:setpu.py 1.下载库压缩包,解压,记录下路径:*:/**/……/ 2.运行cmd,切换到*:/**/……/目录下 3.运行s ...

  5. github常用的git命令

    添加已有项目到github: touch README.md //新建说明文件 git init //在当前项目目录中生成本地git管理,并建立一个隐藏.git目录 git add . //添加当前目 ...

  6. Python扫描器-常用库-Request

    1.常用库-Request 1.1. 介绍 #安装:pip3 install requests #各种请求方式:常用的就是requests.get()和requests.post() >> ...

  7. Python的常用库

    读者您好.今天我将介绍20个属于我常用工具的Python库,我相信你看完之后也会觉得离不开它们.他们是: Requests.Kenneth Reitz写的最富盛名的http库.每个Python程序员都 ...

  8. Git与GitHub常用操作

    --------------------------基本操作--------------------------clone 拷贝远程仓库commit 本地提交push 远程提交pull 更新本地--- ...

  9. Github优质库分享-01算法小抄 基于LeetCode

    Github 优质库分享-01 算法小抄 该库总共 60 多篇原创文章,都是基于 LeetCode 的题目,涵盖了所有题型和技巧,而且一定要做到举一反三,通俗易懂,绝不是简单的代码堆砌. 目前 sta ...

随机推荐

  1. WTL 中的常见问题汇总

    1.CRect,CPoint,CSize的使用 WTL提供了CString,CRect,CPoint和CSize,可能后来版本的ATL也提供了,WTL作者推荐使用ATL的实现,所以:#include ...

  2. 九度OJ1198 a+b 【高精度整数】

    题目地址:http://ac.jobdu.com/problem.php?pid=1198 题目描述: 实现一个加法器,使其能够输出a+b的值. 输入: 输入包括两个数a和b,其中a和b的位数不超过1 ...

  3. AOP(以MVC中的过滤器为例)

    MVC里面的Filter public class AOPFilterAttribute : ActionFilterAttribute, IExceptionFilter { public void ...

  4. 【10】了解Bootstrap栅格系统基础案例(5)

    这次我们来说下列排序: 通过使用 .col-md-push-* 和 .col-md-pull-* 类就可以很容易的改变列(column)的顺序. <!DOCTYPE html> <h ...

  5. sed线上经典案例之-同时替换多个字符串

    回答网友请教的一个问题:配置文件如下:[aaa]cfg1=aaaxxxx=bbbcfg2=ccccfg3=ddd[bbb]cfg1=eeeyyyy=fffcfg2=gggcfg3=hhhcfg4=ii ...

  6. 属性观察者willSet与didSet

    在Swift中使用willSet和didSet这两个特性来监视属性的除初始化之外的属性值变化. willSet里面是新值,即属性即将要变为的值:didSet里面是旧值,即属性变化之前的值. impor ...

  7. LCA——倍增求解

    LCA,即最近公共祖先,用于解决树上两点的最近公共祖先问题. ; lca(1,2)=3;(原谅我的绘画水平) LCA的求解有三种算法(我知道的)——tarjan,倍增,线段树(我只会两种),NOIp之 ...

  8. 微软职位内部推荐-ATG Engineer II

    微软近期Open的职位: ATG Engineer - GeneralistReady to work on some of the most advanced hardware on the pla ...

  9. 使用Yeoman搭建 AngularJS 应用 (2) —— 让我们搭建一个网页应用

    原文地址:http://yeoman.io/codelab/index.html 使用Yeoman搭建简单的应用 今天将会搭建一个简单的网页程序.你将可以添加,删除,拖拽和保存. 浏览Yeoman Y ...

  10. 【win8技巧】应用商店里面如何搜索应用app

    win8应用商店搜索app软件的技巧 1.组合键 WIN+C 打开屏幕最右边磁条 2.点击搜索,输入你想搜的软件名称,里面会列出你已经安装的app或者你点击下面的应用商店选项,就可以搜索互联网上应用商 ...