来自: 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. Codevs 2611 观光旅游(floyed最小环)

    2611 观光旅游 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 钻石 Diamond 题目描述 Description 某旅游区里面有N个景点.两个景点之间可能直接有道路相连,用 ...

  2. jquery与后台相互传递中文参数乱码

    前端.后台传递中文参数,乱码的情况: var a="参数乱码"; //编译两次        window.location.href=encodeURI(encodeURI(&q ...

  3. jQuery Mobile里xxx怎么用呀?(控件篇)

    jQuery Mobile里都有什么控件? http://api.jquerymobile.com/category/widgets/ jQuery Mobile里slider控件的change事件怎 ...

  4. Oracle 关于事物的描述

    事物在Oracle中的4种状态: commit--提交 rollback--全部回滚 savepoint name;--定义一个回滚到这里的点:例如:savepoint a; rollback to ...

  5. 进程,线程(thread)

    每个正在系统上运行的程序都是一个进程.每个进程包含一到多个线程.进程也可能是整个程序或者是部分程序的动态执行.线程是一组指令的集合,或者是程序的特殊段, 它可以在程序里独立执行.也可把它理解为代码运行 ...

  6. stop() 是用于停止动画 :animated 用于判断动画是否在进行中

    stop() 是用于停止动画 if($("element").is(":animated"))  用于判断动画是否在进行中

  7. Delphi 文字跑马灯

    //跑马灯 procedure Tfr_Main.tme_TitleTimer(Sender: TObject); var strTrim: Widestring; begin strTrim := ...

  8. 常用 xwt 工具

    1,显示提示信息 <FString chnName="执行单位" prompt="可以进行模糊匹配" required="false" ...

  9. Amazon Alexa 语音识别2 : 设置

    开发者建立的Skill的主要设置项目都在Skill的console内.需要填写的东西大致有以下几个: 1.Skill 名字.这个名字是用户用来唤醒你这个Skill的. 2.Intent Schema: ...

  10. ASP.Net 添加 Interop for Word, excel 插件

    1:在服务器上安装office的Excel软件. 2:在"开始"->"运行"中输入dcomcnfg.exe启动"组件服务" 3:依次双 ...