我使用故事板创建了一个按钮,该按钮分配了cornerRadius,borderWidth,textAlignment和clipsToBounds属性。通过代码我分配了以下文本以适应按钮的宽度。但是当它执行时它不是垂直中心,也是可视化切割。
añadirOtrosCursos.titleLabel?.minimumScaleFactor = 0.5
añadirOtrosCursos.titleLabel?.numberOfLines = 1
añadirOtrosCursos.titleLabel?.adjustsFontSizeToFitWidth = true
añadirOtrosCursos.contentVerticalAlignment = .center
答案 0 :(得分:0)
尝试单击Main.storyboard中的UIButton,转到属性检查器,向下滚动到"控件"类别,并确保垂直对齐设置为居中。 This is what you should see
答案 1 :(得分:0)