git项目收藏

git项目大全和简介大全

k线 https://github.com/WillkYang/YYStock

http://blog.csdn.net/lanergaming/article/details/39550911

http://www.douban.com/note/276160185/

http://github.ibireme.com/github/list/ios/#

https://github.com/suyear/awesome

https://www.v2ex.com/t/182988

 

新手引导页面

https://github.com/LeoiOS/LCNewFeature

 

验证码倒计时功能

https://github.com/JxbSir/JxbScaleButton 

 

HandyAutoLayout用Frame实现的自动布局

https://github.com/casatwy/HandyAutoLayout

 

Method Swizzling
http://www.cocoachina.com/industry/20140225/7880.html

 

缓存CellView的高可以加速访问

https://github.com/forkingdog/UITableView-FDTemplateLayoutCell

 

UIWebView显示加载进度的样例

https://github.com/ninjinkun/NJKWebViewProgress

 

 


图片多选, 图片预览Demo:https://github.com/DennisXiaoDing/DNImagePicker/

 

SpringOx/AGImagePickerController是一个强大的图片选择器,最好用的ImagePicker,功能完整强大,支持图片多选,支持大图横滑预览,支持放大预览,支持横竖屏,支持所有的iOS设备
,git地址:


https://github.com/SpringOx/AGImagePickerController

 

任务管理类,针对项目中有很多小提示(看完之后提示消失),引导任务,周期性奖励(比如周末奖励等)等 任务功能所做,

可以方便的管理整个项目中的任务: https://github.com/shuangyu/TaskManager

 

EARestrictedScrollView是一款能够限制在固定区域的滚动视图。对于有特定需要的同学可以来看看

https://github.com/ealeksandrov/EARestrictedScrollView

 

BendableView is a UIView subclass that bends its edges when its position change is animated. 动画:

https://github.com/fastred/AHKBendableView

 

自定义滚动条插件,demo以及错误使用实例都加上了
https://github.com/shuangyu/ScrollIndicatorView

实现右滑返回上个视图,滑动的时候具有视差效果。具体效果就是,向右滑动当前视图时,当前视图会往右滑动,当前视图的底部视图也会往右边滑动,但是当前视图滑动速度快于底部视图,从而造成一种视差效果(Parallax),当上面的视图滑动到最右边隐藏之后,底部的视图就完全露出来。

https://github.com/Coneboy-k/KKNavigationController 

http://code4app.com/ios/%E5%85%B7%E6%9C%89%E8%A7%86%E5%B7%AE%E6%95%88%E6%9E%9C%E7%9A%84%E5%8F%B3%E6%BB%91%E8%BF%94%E5%9B%9E/529c58cacb7e84a70f8b4d00

 

MobileWebPageTest是用来测试移动网页性能的软件,它可以对页面的加载和渲染过程进行截屏,协助开发者分析出页面性能瓶颈

https://github.com/iostalk/MobileWebPerformanceTest

 

可以显示多行placeholder 的textView

https://github.com/MoZhouqi/KMPlaceholderTextView 

 

通过文字创建图片 Create UIImage / NSImage instances with NSString and ASCII art

https://github.com/cparnot/ASCIImage

 

集成的摄像机和本地相册拾取器,用最少的代码获取到图片,支持圆形裁剪。尤其适用于头像上传。

https://github.com/f33chobits/FSMediaPicker

 

KMCGeigerCounter是一个iOS帧速计算器,像盖革计数器那样,当动画丢失一帧时它就记录一次。掉帧通常是不可见的,但是很难区分55fps和60fps之间的不同,而KMCGeigerCounter可以让你观测到掉落5帧的情况。

https://github.com/kconner/KMCGeigerCounter

 

一个录音的APP用Swifi语言编写

https://github.com/MoZhouqi/VoiceMemos

自定义二维码扫描页面

https://github.com/mikebuss/MTBBarcodeScanner

猜你喜欢

转载自blog.csdn.net/qq_29680975/article/details/78676899
今日推荐