随笔分类 -  iOS UI相关

摘要:1. /* 图片显示 */ [self.imageView sd_setImageWithURL:[NSURL URLWithString:urlString]]; [self imageCachesWithUrl:[NSURL URLWithString:model.mediumLogo]]; 2 阅读全文
posted @ 2016-05-20 15:18 有棱角的圆 阅读(4033) 评论(0) 推荐(0)
摘要:1. .h文件 #import <UIKit/UIKit.h>#define Wi [[UIScreen mainScreen]bounds].size.width#define He [[UIScreen mainScreen]bounds].size.height@interface Alert 阅读全文
posted @ 2016-05-19 16:33 有棱角的圆 阅读(274) 评论(0) 推荐(0)