【发布时间】:2016-05-02 19:03:05
【问题描述】:
我正在锁定方法中的解决方案
func tableView(tableView: UITableView, didSelectRowAtIndexPath indexPath: UIIndexPath) {
}
在我选择一个行后,它应该改变颜色并移动到数组的末尾,另一个应该向上移动
【问题讨论】:
-
上下移动时是否需要应用动画?
标签: ios swift uitableview cells