[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

唉,以前怎么没有知道这么回事呢。

posted @ 2011-10-20 12:03  松花江以南  阅读(2519)  评论(0编辑  收藏  举报