3

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)?

Community
  • 1
  • 1
testing
  • 19,681
  • 50
  • 236
  • 417

1 Answers1

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