I am trying to find the top constraint of the view in code. The top constraint is added in storyboard, and I don\'t want to use an IBOutlet.
Logging the value of the
Set the identifier in the inspector in Xcode. That's what it's for. You name it. If that's not enough you create the IBOutlet.