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 ...
随机推荐
- Python快速入门学习笔记(一)
本篇文章适合有其他高级语言基础的人群阅读 使用的Python版本为python2.7 使用的编辑器为Sublime Text3 世界始于Hello World: print 'Hello world' ...
- HDOJ(1003) Max Sum
写的第一个版本,使用穷举(暴力)的方法,时间复杂度是O(N^2),执行时间超过限制,代码如下: #include <stdio.h> #define MAX_LEN 100000UL in ...
- xml simpleXML_load_file(), simpleXML_load_string()
xml.xml文件 <?xml version='1.0'?><man> <att> <name>lin3615</name& ...
- 关于aspx模板页面元素路径的问题,以及对模板页面的理解
模板页面仅是模板,它不是单独存在的页面,它的路径就是引用它的内容页面的路径. 换句话说,模板页面,只是内容页面上固定的部分. 模板页面引用了的js和CSS,内容页面就不用重新引用了 css ...
- [HttpClient]SSL双向实例
package com.jerry.httpclient; import java.io.File; import java.io.FileInputStream; import java.secur ...
- oracle11g 表或视图连接时有可能发生的问题
---------背景--------- oracle11g 有2个视图,都有一个id字段,且id字段的值相同 例如:id都有 A01 ,A02 ,A03 --------问题--------- 把2 ...
- 修改centos环境变量
1.vim /etc/profile 2.PATH=$PATH:/usr/local/php/bin;export PATH 3.source /etc/profile
- PHP 5.6.6 上运行 ecshop 2.7.3 不兼容问题整合
在安装完php在自己的服务器上以后, 发现在静态网页上出现了很多 error. 在网上查找过后发现,大部分问题是因为 PHP发展到PHP5.5版本以后,有了很多细微的变化.而ECSHOP官方更新又太慢 ...
- Django操作数据库
引入models的定义 from app.models import myclass class myclass(): aa = models. CharField (max_leng ...
- WPF学习笔记2——XAML之2
三.事件处理程序与代码隐藏 例如,为一个Page添加一个Button控件,并为该Button添加事件名称Button_Click: <Page xmlns="http://schema ...