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.
我为我的 Iphone 应用程序动态创建了一个按钮..
一切都很顺利,直到我向按钮添加了图像,突然按钮的文本标签不再垂直居中..
下图中的蓝线代表按钮的中间。
我的问题
有人对我能做些什么来解决这个问题有任何想法吗?我已经尝试将垂直对齐设置为居中,但它什么也没做。
UIButton试图将其内容居中。所以在这种情况下,图像和文本居中。但是,您需要围绕图像和文本的内容插图进行播放,以使其成为现实的中心。
UIButton
您可以查看这篇文章以获得进一步的指导。
UIButton:如何使用 imageEdgeInsets 和 titleEdgeInsets 使图像和文本居中?