gpt4 book ai didi

ios - 将 editingAccessoryType 设置为 UISwitch

转载 作者:行者123 更新时间:2023-11-29 10:40:10 25 4
gpt4 key购买 nike

typedef enum : NSInteger {
UITableViewCellAccessoryNone,
UITableViewCellAccessoryDisclosureIndicator,
UITableViewCellAccessoryDetailDisclosureButton,
UITableViewCellAccessoryCheckmark,
UITableViewCellAccessoryDetailButton
} UITableViewCellAccessoryType;

我没有看到开关样式。在正确更新单元格的同时显示开关的最佳方法是什么?

最佳答案

您不为此使用 accessoryTypeeditingAccessoryType。使用 accessoryVieweditingAccessoryView

UISwitch *switch = ... // create and setup the switch
cell.editingAccessoryView = switch;

关于ios - 将 editingAccessoryType 设置为 UISwitch,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24926037/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com