gpt4 book ai didi

ios - 如何在表格 View 中相互交换两个自定义单元格?

转载 作者:行者123 更新时间:2023-11-28 08:16:08 25 4
gpt4 key购买 nike

我在 tableview 中实现了两个自定义单元格。现在我想用另一个替换这两个自定义单元格。如何做到这一点?

最佳答案

实现以下tableview方法并在其中编写代码

func tableView(_ tableView: UITableView, canMoveRowAt indexPath: IndexPath) -> Bool {
// return boolean value for a specific or all cells, you want to enable movement
}

func tableView(_ tableView: UITableView, moveRowAt sourceIndexPath: IndexPath, to destinationIndexPath: IndexPath) {
// Handle array element movement along with your row/cell
}

分享您的完整源代码更好地帮助

关于ios - 如何在表格 View 中相互交换两个自定义单元格?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42552683/

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