Skip to content

Commit 49db64b

Browse files
committed
note to self
1 parent cb92e2c commit 49db64b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bk2ch08p445deleteTableRows/ch21p718sections/RootViewController.swift

+1
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ class RootViewController : UITableViewController {
228228
return destip
229229
}
230230

231+
#warning("it's claimed that this doesn't work correctly")
231232
override func tableView(_ tableView: UITableView, moveRowAt srcip: IndexPath, to destip: IndexPath) {
232233
let sec = srcip.section
233234
let srcrow = srcip.row

0 commit comments

Comments
 (0)