I have a UITableView and select multiple cells in edit mode - scrolling to select further cells then drag all selected cells to another view for the drop. This works as expected in IOS but in Catalyst I get a crash if the cells are currently not visible.
If I limit the selection and drag to cells that are visible on screen then drag performs fine.
This same code works perfectly in iPadOS.
Below is a print from console in Xcode
Any suggestions?
If I limit the selection and drag to cells that are visible on screen then drag performs fine.
This same code works perfectly in iPadOS.
Below is a print from console in Xcode
***********
Any suggestions?