我正在尝试将 UITextFields 添加到一些静态 UITableViewCells 的 contentViews 中。如果我只是将它们直接添加到情节提要中的单元格,我会在 Xcode 5 中收到以下几个警告:
Ambiguous Layout: Position is ambiguous for "Round Style Text Field".
如果我随后选择 UITextFields 并在情节提要中选择“添加缺少的约束”,则会收到以下警告:
Misplaced View: Frame for "Round Style Text Field" will be different at run time.
此外,我尝试在 UITextField 和 contentView 之间手动添加约束(通过选择这两个视图并尝试添加约束),但似乎没有任何约束选项可用于该特定关系(复选框都是禁用)
以下是故事板的一些屏幕截图: