OStack程序员社区-中国程序员成长平台

标题: ios - UITableView setEditing 不显示删除按钮 [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-12 18:41
标题: ios - UITableView setEditing 不显示删除按钮

我使用下面的代码显示使表格变得可编辑,但似乎表格 View 没有在左侧显示删除按钮。为什么?

    - (void)viewListEditaleNSNotification *)notification{

    NSString *edited = [notification.object objectForKey"edit"];

    if ([edited isEqualToString"N"]) {
        [_tableView setEditing:NO animated:YES];
    }else{
        [_tableView setEditing:YES animated:YES];

    }
}

enter image description here enter image description here



Best Answer-推荐答案


我也遇到了和你一样的问题,上次忘记打电话了:

[super layoutSubviews]

当我打电话时

-(void)layoutSubviews

在我的自定义单元格中。请检查您的代码。

关于ios - UITableView setEditing 不显示删除按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35647660/






欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) Powered by Discuz! X3.4