I'm using the new auto layout constraint feature in iOS6 and am having troubles.
here is what it looks like in interface builder: http://cl.ly/KZzi
I have a UITextView component that I want to have a certain number of pixels from the top and end a certain number of pixels from the bottom (to adjust for the new big display for iPhone 5)
In the screenshot, you can see both contraints. My problem is that when I tweak the number of the top contraint, the bottom contraint gets deleted (and vice versa). Why is this?
There is something I just don't get.