摘要:
第一步,下载SDWebImage,导入工程。github托管地址https://github.com/rs/SDWebImage第二步,在需要的地方导入头文件1#import"UIImageView+WebCache.h"第三步,调用sd_setImageWithURL:方法缓存图片,注意,这就是新... 阅读全文
摘要:
searchBar.backgroundImage = [self imageWithColor:[UIColor clearColor] size:searchBar.bounds.size];//取消searchbar背景色- (UIImage *)imageWithColor:(UIColor... 阅读全文
摘要:
contentMode属性:这个属性是用来设置图片的显示方式,如居中、居右,是否缩放等,有以下几个常量可供设定:UIViewContentModeScaleToFill UIViewContentModeScaleAspectFit UIViewContentModeScaleAspectFill ... 阅读全文