gpt4 book ai didi

ios - 为什么我的 UIButton 中的标题在 iOS 8 中垂直未对齐?

转载 作者:行者123 更新时间:2023-12-01 16:39:24 24 4
gpt4 key购买 nike

我在 Storyboard 中创建了一个 UIButton。它没有特殊的约束/插图或任何东西。对其代码的唯一更改是:

[btn setBackgroundImage: [UIImage imageNamed:@"SomeImage"]];
[btn setTitle:@"Done"];

enter image description here

但是,每当我在 Autolayout 中使用该按钮时,它似乎都处于中间状态:

enter image description here

我可以取回它的唯一方法是将背景图像更改为其他内容,例如:

enter image description here

因此,背景图像似乎有些困惑。但是,我不明白为什么它在 iOS8 之前的版本中效果不佳。另外,当我更改插图时:
self.closeButton.contentEdgeInsets = UIEdgeInsetsMake(-15.0, 0.0, 0.0, 0.0);

然后我又得到了Button里面的内容。但是现在,iOS-7 的按钮错位了。有人可以在这里帮我吗?

最佳答案

这是一个 iOS 错误,已在 iOS 8.1 中修复

关于ios - 为什么我的 UIButton 中的标题在 iOS 8 中垂直未对齐?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25715475/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com