ios - How can I set UINavigationController 's delegate in storyboard -


in home view controler can solve problem

override func viewdidload() {   super.viewdidload()   self.navigationcontroller?.delegate = self } 

but want set uinavigationcontroller's delegate in storyboard (don't want write code) , i'm unable that. knows trick or solution?

enter image description here

it better if take uinavigationcontroller class , set in storyboard , set delegate . can override navigation controller delegate functions in 1 class only.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -