[IOS] iphone开发之背景图片
两个非常好看的背景,前者在viewDidLoad中直接添加一行代码:
self.view.backgroundColor = [UIColor groupTableViewBackgroundColor]; // use the table view background color
后者效果添加下面的一行:
self.view.backgroundColor = [UIColor scrollViewTexturedBackgroundColor]; // use the table view background color
唉,以前怎么没有知道这么回事呢。