子菜单未显示在 InAppSettingsKit 中
我已经实现了一个使用 InAppSettingsKit 控制器的视图,就像示例应用程序所示,但由于某种原因,我永远无法访问任何类型的子屏幕。
我什至尝试添加多选,但是当我从应用程序中单击它时,它仅将项目显示为选定状态,但从未将我带到屏幕来选择选项。
当我加载 iOS 设置应用程序时,一切正常。
我会在这里遗漏一些简单而明显的东西吗?
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 just 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,所以我实际上让这个工作了。
由于某种原因,我需要添加导航控制器。不知道这是为什么?
Ok, so I actually got this to work.
For some reason, I needed to add Navigation controllers. Not sure why this is?