UITableViewController bg color reset after adding to Tab Bar
Previously, I loaded my UITableViewController upon loading the application at start. I customized the color of the text, separator, bg color, etc and it all worked fine.
When I modified the delegate to add this view to a tab bar, the background color comes up as the default white. All of my other settings though (like white text, blue highlight on click) are sticking (so I have white text on a white bg).
The set background color code is in viewDidLoad and I just tried viewDidAppear, any ideas?
|