iOS Table - Reordering Rows

Has anybody managed to declare their way through this? https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/TableView_iPhone/ManageReorderRow/ManageReorderRow.html

Not currently possible without a completely native implementation of UITableView using the native view controller, datasource, etc or a rewrite of the class using declares (not fun). It may be possible with the dtListview that @jean-paul devulder created, but I don’t know how much he exposed in his classes.