- VCTransitionsLibrary
- RZTransitions
- HYBControllerTransitions
- KYMagicMove
- ViewControllersTransition
- iOS-ViewController-Transition-Demo
- iOS使用AVFoundation实现二维码扫描
- AVFoundation Tutorial
- AVFoundation Take photo
- liveVideoIntroductionBiaoGeBlog
- book
- Bilibili / ijkplayer baseed on FFmpeg with MediaCodec,Video Toolbox support
FLAnimatedImage sever return 304
- CoreText_xiongzenghu
- CoreText_zoomfeng
- TTTAttributedLabel
- UILabel replacement with fine-grain appear/disappear animation
- TYAttrubutedLabel
##Cocoapods
- ERROR: While executing gem ... (Errno::EPERM) Operation not permitted - /usr/bin/pod
- Operation not permitted - /usr/bin/fuzzy_match
- While executing gem ... (TypeError) no implicit conversion of nil into String
##SomeGuysBlog
- [objc_retain] (http://www.bkjia.com/IOSjc/898404.html)
#CSS
W3C对于ID和CLASS的设定是ID具有唯一性,class具有普遍性。所以说我们用他们俩的时候就要按照这个特性来使用。id 是不能重复的,class 却是可以重复使用,通过id可以找到页面上唯一的一个标签,而class呢可以多个标签使用同一种样式提供了可能