Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
简单的问题!
下图中显示的选项选择器是什么元素?
弹出框没有问题,但选项选择(无,每天,...)。
(来源:apple.com)
关于选择颜色,这是因为selectionStyle单元格的属性将设置为UITableViewCellSelectionStyleBlue。要实现屏幕截图中的刻度线,cell.accessoryType应将单元格设置为UITableViewCellAccessoryCheckmark
selectionStyle
UITableViewCellSelectionStyleBlue
cell.accessoryType
UITableViewCellAccessoryCheckmark
它是一个使用分组样式的表格视图。
它是一种uitableview在顶部以 uinavigationbar 分组的类型。
uitableview