Hi,
I created a UITextView which I set a height of 50.
When testing it is not shown on my view.
If I add a constraint with height = 50, this works, but xcode states there is a conflicting constraint with another being height=0
This constraint is nowhere to be found.
If I view the conflicting constraints, they are both shown, but I can only select and view the detail of the height = 50 constraint...
Am I missing something here?
Regards
Images do not show on the forum !!!
In the size Inspector, what is "Intrinsic size" ? (at the very bottom): that could explain the height = 0, as a computed value. Change the value of this attribute, just to check.
Try to add some text in the UITextView (Attributes Inspector): does the UITextView shows at run time ?
Finally, you may try to change the vertical compression to higher value (800 vs 750)