ios - Empty cells in InAppSettingsKit settings window -


i need show settings screen within app, use inappsettingskit implement this. use storyboards in app, created uitableviewcontroller iaskappsettingsviewcontroller super class. in class didn't implement other special methods except settingsviewcontrollerdidend:. problem need hide empty cells in table view (i have 2 parameters in settings, whole remaining screen full of empty cells). means remaining part of screen should empty, without empty cells, , grey background (as in settings.app). can make uiview empty frame footer view of uitableview, it's not best solution - background color of footer remains white in normal table view. what's best way limit number of cells?

i set style property uitableview grouped in interface builder, , resolved problem.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -