iphone520

                               

两个非常好看的背景,前者在viewDidLoad中直接添加一行代码:

self.view.backgroundColor = [UIColor groupTableViewBackgroundColor]; // use the table view background color

后者效果添加下面的一行:

self.view.backgroundColor = [UIColor scrollViewTexturedBackgroundColor]; // use the table view background color

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

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-12-18
  • 2021-11-17
  • 2022-02-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-29
猜你喜欢
  • 2022-01-13
  • 2021-04-30
  • 2022-12-23
  • 2022-12-23
  • 2021-06-10
  • 2021-10-07
  • 2021-12-06
相关资源
相似解决方案