UIColor colorWithPatternImage代码片段

阴礼骞
2023-12-01

 

self.view = [[[UIView alloc] initWithFrame:[[UIScreen mainScreen] bounds]] autorelease];

self.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"Checkers.png"]];

 

 

 类似资料: