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
Post a Comment