在按钮中的文本两侧添加填充

时间:2019-04-14 16:14:58

标签: ios xcode uibutton constraints xcode-storyboard

如何使用update schedule set travel_date = travel_date + 5 where source = 'Chennai' and destination = 'Bangalore'; Xcode's storyboard文本的左侧和右侧添加填充?我一生无法弄清楚该怎么做。

这是我的按钮:

enter image description here

我希望按钮“拥抱”文本,然后在按钮的左侧和右侧填充UIButton's

但是当我尝试添加32px时,它只是将文本压缩到几乎不显示的位置:

enter image description here

那么如何正确调整按钮的边框?

1 个答案:

答案 0 :(得分:1)

确保为情节提要中的按钮完成以下操作。

  1. 在情节提要中的Content insets中将32px的{​​{1}}值更新为Size Inspector
  2. 还要确保Content Compression Resistance priority- Horizontal的值较高(751),以确保安全。
  3. 如有可能,请删除Button的宽度限制。
  4. 不更新标题插图。它不会按预期工作。

enter image description here

我已经测试过了。它对我有用。