在iPhone中设置navigationController实例?
有什么方法可以自定义设置某些对象的 navigationController 吗?
我的意思是,在不将视图推入 navigationController 的情况下,我想设置视图的 navigationController 实例。
我试过了,但它说它是只读的。
Is there any way to set some object's navigationController by custom?
I mean, without pushing the view into navigationController, I want to set the view's navigationController instance.
I've tried but it says it's read-only.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用公共 API 无法完成此操作。
This can't be done using public APIs.