RETableViewManager
RETableViewManager copied to clipboard
RETableViewOptionsController style
Hi Roman.
I'm can't remove the header and footer shown in the RETableViewOptionsController. The original tableview doesn't have any headers (the section is built using RETableViewSection *section = [RETableViewSection section];) and the RETableViewOptionsController is using the same style (optionsController.style = section.style;)
Here's a screenshot of the options view controller:
Yes,I have the same problem and want to remove the top space. HELP Please!
In the attribute inspector of your view controller, uncheck the "Adjust Scroll View Insets" option.
I'll try this on monday