Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Storyboard - Position is ambiguous for "Round Style Text Field" Warning

https://stackoverflow.com/a/16251810/2589276

I solved the problem above but got a new problem when I did the steps I was instructed to. Now I get a warning saying:

Position is ambiguous for "Round Style Text Field"

I tried setting fixed constraint for width also, but did not fix this warning.

Any ideas? Are there any other information I should give for this problem?

This screen shot when I do add constraint to x, leading space constraint (for x) and vertical space constraint from the bottom.

enter image description here

I just want to set constraint for the Y and not get warnings, I do not use autolayout anyways.

Edit:

When I try to add missing constraints, this happens:

enter image description here

like image 911
Esqarrouth Avatar asked Jan 22 '14 22:01

Esqarrouth


1 Answers

With Xcode 5 there is an option to add missing constraints. Pls see the screenshot attached below:

enter image description here

like image 195
user1046037 Avatar answered Sep 23 '22 17:09

user1046037