如何在 UITableView 的单元格中使用左侧的图像
我想在 TableView 的每个单元格中使用单选按钮图像。该图像应向左对齐,以便给人一种从多行中选择单个图像的印象。
请向我提供链接、教程或代码片段。
谢谢,
I want to use radio button images in each cell of my TableView. This images should be aligned to the left so that it would give an impression of selecting a single from multiple rows.
Please provide me with links, tutorials or code snippets.
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为此,您必须创建自定义单元格。
并在选择时更改整个单元格的图像,包括单选按钮图像。
for this you have to create custom cell.
and change image of whole cell including radiobutton image when it is selected..