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