Not able to delete and move row at for the item in the list view.
Apple provided in their training video these methods but its not working
For removing:
array.remove(atOffsets: IndexSet)
For moving:
array.move(fromOffsets: IndexSet, toOffset: Int)
Both of these method are not available in the apple documentation.
