如何在 UITableViewCell 中添加一张或多张图像?
我需要在 UITableView 的一个单元格(如网格视图)中显示数组中的一个或多个不同图像,而不使用任何 API,例如 Three20 等。请为我的问题提供解决方案。
I need to display one or more different images from array in one cell of UITableView like grid view without using any API for example three20 etc . Please give solution for my question.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这会将图像放置在单元格的开头:
您可以通过更改框架将该图像放置在单元格上的任何位置:
This will put an image at the beginning of the cell:
This image you can place anywhere on the cell by altering the frame: