插入行
1 | try? titleRow?.section!.insert(row: row, after: titleRow!) |
隐藏 \ 显示行
1 | taxRow?.hidden = false |
当前行置顶
1 | if let selectRow = formController?.tableView.indexPath(for: row.cell) { |
删除行
1 | rows.replaceSubrange(range!, with: []) |
插入行
1 | try? titleRow?.section!.insert(row: row, after: titleRow!) |
隐藏 \ 显示行
1 | taxRow?.hidden = false |
当前行置顶
1 | if let selectRow = formController?.tableView.indexPath(for: row.cell) { |
删除行
1 | rows.replaceSubrange(range!, with: []) |