0

I am now using xcode6.4

In this answer, https://stackoverflow.com/a/25768875/80353 you can clearly see the options for align, pin, etc to set the constraints.

However, after selecting a label element, I am unable to trigger the same.

In fact, I now have the following instead.

enter image description here

So how do I adjust constraints such as width constraints for the label and constraints away from left most edge and top most edge?

Community
  • 1
  • 1
Kim Stacks
  • 10,202
  • 35
  • 151
  • 282

1 Answers1

1

Make sure that you have checked the option to Use Auto Layout. Refer the image below enter image description here

Under Utilities > File Inspector

enter image description here

Kim Stacks
  • 10,202
  • 35
  • 151
  • 282
Akhilrajtr
  • 5,170
  • 3
  • 19
  • 30