gpt4 book ai didi

iphone - 自定义UITableView中的删除按钮

转载 作者:行者123 更新时间:2023-12-03 18:37:53 27 4
gpt4 key购买 nike

我有“滑动删除”TableViewCell 的功能。我想自定义删除按钮。 enter image description here

这可能吗?如何访问删除按钮?

最佳答案

如果只需要改变按钮的标题,只需要添加titleForDeleteConfirmationButtonForRowAtIndexPath方法即可。

- (NSString *)tableView:(UITableView *)tableView titleForDeleteConfirmationButtonForRowAtIndexPath:(NSIndexPath *)indexPath {
return @"NewButtonName";
}

关于iphone - 自定义UITableView中的删除按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13669920/

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