https://github.com/YouXianMing
摘要: AsyncImageViewhttps://github.com/nicklockwood/AsyncImageViewAsyncImageView is a simple extension of UIImageView for loading and displaying images asynchronously on iOS so that they do not lock up the UI.AsyncImageView是关于UIImageView的扩展,用来异步加载和显示图片防止阻塞UI。Purpose(目的)AsyncImageView includes both a simpl 阅读全文
posted @ 2014-04-02 21:47 YouXianMing 阅读(883) 评论(0) 推荐(0) 编辑
摘要: 本人视频教程系列从字典映射到一个对象,这是KVC中的一个方法所提供的,这个方法就是 setValuesForKeysWithDictionary: ,非常好用,不需要你来一一的给对象赋值而直接从字典初始化即可,但用的不好会经常崩溃,本教程就来讨论这些使用的细节.首先,先初始化一个字典,如下所示:--... 阅读全文
posted @ 2014-04-02 20:33 YouXianMing 阅读(8387) 评论(2) 推荐(1) 编辑