摘要:
YLGIFImage高效读取GIF图片https://github.com/liyong03/YLGIFImageAsynchronized GIF image class and Image viewer supporting play/stop GIF images.异步加载GIF图片的类,支持... 阅读全文
摘要:
工厂方法模式定义创建对象的接口,让子类决定实例化哪一个类,工厂方法使得一个类的实例化延迟到其子类.*最初的定义出现于(Addison-Wesley,1994)注意:我讲解的是静态工厂,它只能执行静态的方法,也就是类方法,似乎与工厂方法有些神识但也有区别.先准备一个基类的数据模型BaseModel.h... 阅读全文
摘要:
下载地址 http://pan.baidu.com/s/1hq3fUVq 思维导图又叫心智图,是表达发射性思维的有效的图形思维工具 ,它简单却又极其有效,是一种革命性的思维工具。思维导图运用图文并重的技巧,把各级主题的关系用相互隶属与相关的层级图表现出来,把主题关键词与图像、颜色等建立记忆链接,思维... 阅读全文
摘要:
NSHashTable 我们使用集合(NSArray,NSMutableArray,NSDictionary,NSMutableDictionary,NSSet,NSMutableSet)存储对象时会对其强引用(你可以使用单例的集合存储数据试一下咯),有时候我们不想这样子,怎么办呢? 那就使用NSH... 阅读全文
摘要:
PBJNetworkObserver网络监控https://github.com/piemonte/PBJNetworkObserverIntroduction'PBJNetworkObserver' is an iOS component for detecting changes in netw... 阅读全文
摘要:
OHAttributedLabel富文本标签https://github.com/AliSoftware/OHAttributedLabel以下是我渲染出来的效果OHAttributedLabelThis class allows you to use a UILabel with NSAttrib... 阅读全文
摘要:
TLMotionEffect重力感应https://github.com/jvenegas/TLMotionEffectThis category adds a motion effect to your UIView. This is a similar effect can be seen in... 阅读全文
摘要:
TSActivityIndicatorView自定义指示器https://github.com/tomkowz/TSActivityIndicatorViewTSActivityIndicatorViewThis is very simple view class that looks like a... 阅读全文
摘要:
获取音视频文件AVMetadata数据问题来源:http://stackoverflow.com/questions/16318821/extracting-mp3-album-artwork-in-ioshttp://stackoverflow.com/questions/14030746/ios... 阅读全文
摘要:
SoundManager 音频管理器https://github.com/nicklockwood/SoundManagerPurposeSoundManager is a simple class for playing sound and music in iOS or Mac apps.Sou... 阅读全文