iPhone sdk - UIImageView重叠问题

发布于 2024-12-04 05:59:59 字数 236 浏览 0 评论 0原文

我有一个 UITableView,如附图所示。我在 UITableView 的自定义单元格中使用 UIImageView 并旋转一定程度。 UIImageView 中的图像根据其大小进行调整。问题是,一些图像重叠在下一个单元格的视图上。虽然 UIImageView 超出了单元格的边界,但我不希望图像重叠。有人帮助我摆脱这个问题。提前致谢。在此处输入图像描述

I have a UITableView as shown in the attached image. I use a UIImageView in the custom cell of the UITableView and I rotate to some degrees. The images in the UIImageView are fit according to their size. The problem is, some of the images are overlapped on the view of next cell. Though the UIImageView exceeds the boundary of the cell, I do not want the image to be overlapped. Someone help me to come out of this problem. Thanks in advance.enter image description here

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

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

发布评论

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

评论(1

剧终人散尽 2024-12-11 06:00:00

UIImageView 设置属性 masksToBounds: YES

Set the property masksToBounds: YES for the UIImageView.

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