按钮文本被剪切而不是居中

时间:2017-04-02 20:35:08

标签: swift button properties

我使用故事板创建了一个按钮,该按钮分配了cornerRadius,borderWidth,textAlignment和clipsToBounds属性。通过代码我分配了以下文本以适应按钮的宽度。但是当它执行时它不是垂直中心,也是可视化切割。

añadirOtrosCursos.titleLabel?.minimumScaleFactor = 0.5
añadirOtrosCursos.titleLabel?.numberOfLines = 1              
añadirOtrosCursos.titleLabel?.adjustsFontSizeToFitWidth = true
añadirOtrosCursos.contentVerticalAlignment = .center

example

2 个答案:

答案 0 :(得分:0)

尝试单击Main.storyboard中的UIButton,转到属性检查器,向下滚动到"控件"类别,并确保垂直对齐设置为居中。 This is what you should see

答案 1 :(得分:0)

只需打开故事板,选择按钮并更改按钮属性,如下图所示,这是非常简单的事情。

Please do as follows