如何在情节提要中设置 UINavigationController 的委托
Posted
技术标签:
【中文标题】如何在情节提要中设置 UINavigationController 的委托【英文标题】:How can I set UINavigationController 's delegate in storyboard 【发布时间】:2016-01-27 11:34:50 【问题描述】:在Home
View Controler 我可以这样做来解决我的问题
override func viewDidLoad()
super.viewDidLoad()
self.navigationController?.delegate = self
但我想在情节提要中设置UINavigationController
的委托(不想编写代码),但我无法做到。
有人知道诀窍或解决方案吗?
【问题讨论】:
Is it possible to ctrl-drag in Storyboard to set a UINavigationControllerDelegate?的可能重复 【参考方案1】:如果您采用 UINavigationcontroller 类,然后在情节提要中设置它并设置该委托会更好。这样您就可以仅在一个类中覆盖所有导航控制器委托函数。
【讨论】:
以上是关于如何在情节提要中设置 UINavigationController 的委托的主要内容,如果未能解决你的问题,请参考以下文章
Swift 在情节提要中设置 UIButton setBorderColor
如何使用 Swift 中的自动生成键从情节提要中设置的 UITextView 中检索文本?
我可以在情节提要中设置分组的 tableView 部分编号吗?