I am trying to add UITextFields to the contentViews of some static UITableViewCells. If I just add them directly to the cells in the storyboard, I get several of the following warning in Xcode 5:
Ambiguous Layout: Position is ambiguous for "Round Style Text Field".
If I then select the UITextFields and choose "Add Missing Constraints" in the storyboard, I then get this warning instead:
Misplaced View: Frame for "Round Style Text Field" will be different at run time.
In addition, I've tried adding constraints between the UITextField and the the contentView manually (by selecting those two views and trying to add a constraint), but it seems like none of the constraint options are available for that particular relationship (checkboxes are all disabled)
Here are some screenshots of the Storyboard: