我正在使用Edit
导航工具栏中的按钮将表格视图设置为编辑模式。条形按钮的标签默认为Edit
。
如何将其标签更改为其他内容?
我不能使用任何其他 BarButton 类型,因为我需要将表格设置为编辑模式,并且我想获得setEditing:animated:
由内置Edit
按钮触发的行为。
self.editToolbarButton = [[UIBarButtonItem alloc]
initWithBarButtonSystemItem:UIBarButtonSystemItemEdit
target:self action:@selector(setSearchEditMode:)];