Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在一些嵌套的 UILabel 的右侧添加边距或填充
像这里所示:
在标签上使用尾随空格似乎是错误的,而且有点过时。
有什么方法可以让界面生成器更优雅?
只需在水平堆栈视图的末尾添加一个间隔视图。将其颜色设置为清除。给它一个宽度约束来固定它的大小。
或者,从您的屏幕截图来看,您似乎可以移动顶层堆栈视图(MasterCell 的子视图)的右边缘以留出空白。
您可以在大小检查器中设置堆栈视图的布局边距:
也许您只想设置正确的布局边距。
如果您在代码(layoutMargins属性)中设置堆栈视图的布局边距,则还必须将其layoutMarginsRelativeArrangement属性设置为YES.
layoutMargins
layoutMarginsRelativeArrangement
YES