gpt4 book ai didi

iOS UITableView 默认滑动删除按钮在滑动单元格时不显示

转载 作者:行者123 更新时间:2023-11-29 02:27:59 24 4
gpt4 key购买 nike

UITableview 默认滑动删除按钮不显示.........

我将以下方法用于默认滑动删除....

- (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath{
return YES;
}

- (void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:(NSIndexPath *)indexPath
{
(............)
}

我的Mac是新买的...

滑动删除按钮在我一年前购买的 friend Mac 中显示并且也可以使用...但是在我的 Mac 中,滑动可以正常工作,但是删除按钮没有显示......

最佳答案

您应该通过 Storyboard 为 UITableView 应用自动布局约束。

关于iOS UITableView 默认滑动删除按钮在滑动单元格时不显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27265741/

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