https://github.com/YouXianMing
上一页 1 ··· 75 76 77 78 79 80 81 82 83 ··· 85 下一页
摘要: Hanekehttps://github.com/hpique/HanekeA lightweight zero-config image cache for iOS.轻量级0配置图片缓存。Haneke resizes images and caches the result on memory and disk. Everything is done in background, allowing for fast, responsive scrolling. Asking Haneke to load, resize, cache and display anappropriately s 阅读全文
posted @ 2014-04-13 10:57 YouXianMing 阅读(625) 评论(0) 推荐(0) 编辑
摘要: https://github.com/path/FastImageCacheFast Image Cache is an efficient, persistent, and—above all—fast way to store and retrieve images in your iOS application. Part of any good iOS application's user experience is fast, smooth scrolling, and Fast Image Cache helps make this easier.Fast Image Ca 阅读全文
posted @ 2014-04-13 09:33 YouXianMing 阅读(1168) 评论(0) 推荐(0) 编辑
摘要: FlatUIKitFlatUIKit is a collection of iOS components styled with the "Flat UI" aesthetic that we created while buildingGrouper for iPhone. Its design inspiration comes fromFlat UIandKyle Miller. Styling is implemented via categories on/drop-in replacements for existing UIKit components, so 阅读全文
posted @ 2014-04-12 10:46 YouXianMing 阅读(688) 评论(1) 推荐(1) 编辑
摘要: FMDBhttps://github.com/ccgus/fmdbThis is an Objective-C wrapper around SQLite:http://sqlite.org/这是对 SQLite 的封装:http://sqlite.org/Read the SQLite FAQ:h... 阅读全文
posted @ 2014-04-12 08:16 YouXianMing 阅读(652) 评论(0) 推荐(0) 编辑
摘要: MAObjCRuntime源码地址:(引入头文件MARTNSObject.h即可,非arc环境下)http://pan.baidu.com/s/1eQ6776Uhttps://github.com/mikeash/MAObjCRuntimeMAObjCRuntime is an ObjC wrapp... 阅读全文
posted @ 2014-04-11 21:04 YouXianMing 阅读(411) 评论(0) 推荐(0) 编辑
摘要: Dynamically Generated iOS Headershttps://github.com/nst/iOS-Runtime-HeadersHere are iOS Objective-C headers as derived from runtime introspection.The headers were generated usingRuntimeBrowser for iPhone.这个是在运行时导出的所有的 Objective-C 的头文件。这些头文件都是通过RuntimeBrowser for iPhone来生成的。Search(搜索)You can search t 阅读全文
posted @ 2014-04-11 20:08 YouXianMing 阅读(1871) 评论(0) 推荐(0) 编辑
摘要: 源码地址 http://pan.baidu.com/s/1zTUR8研究GCD有一段时间,翻译了多篇文章,找了很多的资料,看了很多官方文档,看起来很难,实际上很简单,本人一一进行讲解怎么使用.支持ARC以及非ARC,无论在ARC环境还是在非ARC环境,都需要调用dispatchRelease方法来释... 阅读全文
posted @ 2014-04-11 17:47 YouXianMing 阅读(1845) 评论(0) 推荐(0) 编辑
摘要: + (void)initializeDescription(描述) Initializes the class before it receives its first message.在这个类第一次接受信息之前初始化这个类.The runtime sends initialize to each class in a program just before the class, or any class that inherits from it, is sent its first message from within the program. The runtime sends th. 阅读全文
posted @ 2014-04-11 15:33 YouXianMing 阅读(615) 评论(0) 推荐(0) 编辑
摘要: Core Text Objective-C Wrapperhttps://github.com/akosma/CoreTextWrapperIntroduction(介绍)One of the most promising and mysterious new frameworks introduc... 阅读全文
posted @ 2014-04-10 22:03 YouXianMing 阅读(594) 评论(0) 推荐(0) 编辑
摘要: DFXCoreTextViewhttps://github.com/davefoxy/DFXCoreTextViewA CoreText wrapper for the formatting and display of scrollable text in columns. The helper class DFXCoreTextFont is used as a replacement for UIFont, providing many formatting options only available in CoreText.对 CoreText 的封装,以柱状的方式且可以翻动来显示文 阅读全文
posted @ 2014-04-10 20:58 YouXianMing 阅读(279) 评论(0) 推荐(0) 编辑
上一页 1 ··· 75 76 77 78 79 80 81 82 83 ··· 85 下一页