`

iphone开发--大区域中平铺(非拉伸)图片

 
阅读更多

创建一个UIView的子类,在- (void)drawRect:(CGRect)rect中写入

[[UIImage imageNamed:@"123.png"] drawAsPatternInRect:rect];

 

并在- (id)initWithFrame:(CGRect)frame中写入

[self setBackgroundColor:[UIColor clearColor]];
[self setNeedsDisplay];
 

在调用的地方直接调用- (id)initWithFrame:(CGRect)frame即可。

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics