摘要:
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 阅读全文
摘要:
本人视频教程系列从字典映射到一个对象,这是KVC中的一个方法所提供的,这个方法就是 setValuesForKeysWithDictionary: ,非常好用,不需要你来一一的给对象赋值而直接从字典初始化即可,但用的不好会经常崩溃,本教程就来讨论这些使用的细节.首先,先初始化一个字典,如下所示:--... 阅读全文