Somes issues (tableview, pickerview, navigationcontroller) #109
Description
Hi,
I am using your library on one of my app and I have some issues when I seet it in iOS6.
- NavigationController:
As you can see, with iOS 7, the background of the navigation controller is black (in fact, all the views of my app have a black background so it looks fine with that navigation controller). But with iOS 6, I cannot have it in another color than what you see in the screenshot.
- TableView
Here, I am using a simple UITableView grouped. With iOS 6, there is an extra white space for the header of each section, even if I don't specify a custom view or title for that section. If I specify one, that extra white space will be added under the title. How to remove that extra space?
- PickerView
With iOS 6, how to specify the color of the text in the picker? It would be nice as well to change the color of the separator lines.
Thanks for your help!