iPhone TableView:定义单元格中图像和文本之间的填充

发布于 2024-11-30 16:48:27 字数 143 浏览 1 评论 0原文

有谁知道如何垂直对齐这些文本元素。我想为文本定义一个绝对的左填充,它不受每个图像尺寸的影响。像这样很烦人:

在此处输入图像描述

非常感谢!

does anybody know how to vertically align these text elements. I would like to define an absolute left padding for the text which is not affected by each image dimensions. It's quite annoying like this:

enter image description here

thanks a lot!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

无所的.畏惧 2024-12-07 16:48:27

你有两个选择。

1) UITableViewCell 有一个 textLabel 属性,您可以访问和调整框架。有关详细信息,请参阅 Apple 文档 UITableViewCell 上的信息

2) 您可以确保所有图标具有相同的宽度。

You have two options.

1) UITableViewCell has a textLabel property which you can access and adjust the frame. See the Apple docs for more info on UITableViewCell

2) You can ensure that all of your icons have the same width.

半世蒼涼 2024-12-07 16:48:27

您可以通过选择 UIImage、UILabel 或两者上的框架来完成此操作。将浮动 x 设置为距标签左侧的安全距离,或将最宽图像的宽度指定为 UIImage 框架的宽度。

如果需要,当我不在手机上时,我可以澄清更多信息。

You could do it by slecifying the frame on your UIImage, UILabel, or both. Set the float x to a safe distance from the left on the label or specify the width of your widest image as the width of the UIImage frame.

I can clarify more if needed when I'm not on my mobile.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文