This is a simple question, but IB makes things so difficult sometimes.
I have drag/dropped a button onto my Toolbar in IB and I need to add functionality to it that goes beyond just navigating to a new screen. Where and how can I implement this?
Thanks
Set up the button with an
IBOutletandIBAction, then you can do what you need to do in code.UIKit Constants Ref