在UIViewController里面这样设置:
self.view.backgroundColor = [UIColor colorWithPatternImage: [UIImage imageNamed:@
"1.jpg"
] ];
本文共 169 字,大约阅读时间需要 1 分钟。
在UIViewController里面这样设置:
self.view.backgroundColor = [UIColor colorWithPatternImage: [UIImage imageNamed:@
"1.jpg"
] ];
转载于:https://www.cnblogs.com/stonehat/p/4123164.html