Child menus aren't showing up in InAppSettingsKit
I've implemented a view that is using an InAppSettingsKit controller, just like the example application shows, but for some reason, I can never access a child screen of any kind.
I have even tried adding a multi-select, but when I click on it from the application, it j开发者_StackOverflow社区ust shows the item as selected, but never takes me to the screen to select an option.
When I load the iOS settings application, everything works.
Could I be missing something simple and obvious here?
Ok, so I actually got this to work. For some reason, I needed to add Navigation controllers. Not sure why this is?
精彩评论