UITableViewCell内容有时会被删除按钮重叠(在滑动时)

时间:2017-10-19 13:48:14

标签: ios swift uitableview swipe ios11

我之前已经多次在UITableView中实现了刷卡删除,但之前从未遇到过这个问题。在我的上一个应用程序删除按钮有时(并不总是)不会移动单元格的内容,但只是重叠它。见附件截图。

enter image description here

我使用标准的iOS功能:

func tableView(_ tableView: UITableView, canEditRowAt indexPath: IndexPath) -> Bool {
    return true
}

可能有人已经遇到过这个问题而且知道如何修复它?

0 个答案:

没有答案
相关问题