UITableViewCell 中的固定大小 imageView 或固定文本位置?

发布于 2024-10-03 11:43:44 字数 227 浏览 7 评论 0原文

是否有任何已知的方法可以将 UITableViewCell 的 imageView 大小调整为固定大小,以便右侧的文本始终对齐?

或者,我将 textLabels 定位到具有固定宽度的固定位置。

然而,在标签和 imageView 上设置中心、框架或边界不会产生任何结果。

有谁有方便的代码如何创建透明的 UIImage (或者 CGImage )并将我的图像复制到其中心,而不应用任何缩放?

Is there any known way to resize the imageView of a UITableViewCell to a fixed size, so the text on the right is always aligned?

Alternatively, I'd position the textLabels to a fixed position with a fixed width.

However, setting center, frame or bounds on both the labels and the imageView results in nothing.

Does anyone has the code handy how to create a transparent UIImage (well, or CGImage) and copy my image in the center of it, without any scaling applied?

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

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

发布评论

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

评论(2

讽刺将军 2024-10-10 11:43:44

子类 UITableViewCell 并覆盖 -layoutSubviews。

Subclass UITableViewCell and override -layoutSubviews.

冷默言语 2024-10-10 11:43:44

如果内置标签和图像视图不符合您的喜好,您可以创建自己的标签和图像视图并将它们添加为子视图。

If the built in label and image view aren't to your liking, you can create your own and add them as subviews.

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