Is there a way to go from an IBOutlet in a ViewController and have it open where it is contained in a Storyboard?
I'm working on a app I didn't build and there's a NSLayoutConstraint as an IBOutlet but when I go to the View in Storyboard where I thought it should be there's no constraint there connected back to the viewcontroller.
I know in Storyboard I can right click on an object and view it's outlet connections, wondering if there's a reverse of that.
Thanks