Search code examples
iosnavigationbaruiswitch

Add a Switch to Navigation Bar using Storyboard


I'm trying to add a Switch as UINavigationBar Item through my storyboard. The problem is that when I connect to outlet or action. There is only 1 choice (UIBarItem) and no Switch Item. How can we add switch to UINavigationBar and control the on off state?

enter image description here


Solution

  • The switch is inside the BarButtonItem. Find it in the hierarchy and drag from there.

    enter image description here