is groupTableViewBackgroundColor deprecated on iOS 6?

后端 未结 9 1433
-上瘾入骨i
-上瘾入骨i 2020-11-28 09:56

I was just testing my app with iOS 6.0 and Xcode 4.5GM and I have set up a view like this:

[self.view setBackgroundColor:[UIColor groupTableViewBackgroundCol         


        
9条回答
  •  刺人心
    刺人心 (楼主)
    2020-11-28 10:20

    This method will be deprecated during the 6.0 seed program If you want to have a background in your own view that looks like the table view background, then you should create an empty table view and place it behind your content.

提交回复
热议问题