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