In Interface Builder (Xcode) one can visually create a constraint and later add an outlet to access the constraint in code like in this example. Is something similar possible in iOS Designer (Xamarin Studio)?
Asked
Active
Viewed 537 times
1 Answers
3
Simpler than thought. Select the constraint you want to change. With double click on the constraint you directly get to the settings of the constraints in the Properties Pad.
Enter a name for the constraint and now you can use that constraint in code.

testing
- 19,681
- 50
- 236
- 417