摘要: 1 #import "ViewController.h" 2 3 @interface ViewController () 4 /** 5 * 图片轮播器 6 */ 7 @property (nonatomic ,weak ) UIScrollView *scrView; 8 /** 9 * 页面指示器 10 */ 11 @prop... 阅读全文
posted @ 2016-03-10 17:45 xiayao.zeng 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 1 - (UIImage *)stretchableImageWithLeftCapWidth:(NSInteger)leftCapWidth topCapHeight:(NSInteger)topCapHeight; 这个方法的功能是创建一个内容可拉伸,而边角不拉伸的图片,需要两个参数,第一个是左 阅读全文
posted @ 2016-03-10 17:40 xiayao.zeng 阅读(174) 评论(0) 推荐(0) 编辑