简体   繁体   English

如何将radioButtons添加到tableviewCell?

[英]How to to add radioButtons into tableviewCell?

如何在我的应用程序的tableviewCell中添加radioButtons?

Take a look at this sample tutorial . 看一下这个示例教程

Tutorial 2 教程2

Tutorial 3 教程3

在表格视图单元格中添加自定义按钮,然后添加这些按钮,即类似于单选按钮的图像。

Try use standart controls. 尝试使用标准控件。 There is no radio button in UIKit framework, but we have UISegmentedControl with similar functionality in it. UIKit框架中没有单选按钮,但是我们具有类似功能的UISegmentedControl Read documentation about this control 阅读有关此控件的文档

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM