I\'ve got some rather complicated rules for moving rows around in a UITableView. There are an undefined number of sections and rows per section, and based on v
I haven't visited this problem in quite awhile. The solution I came up with was removing the complicated rules. Not sure why they allowed usage of complicated rules if it crashed the application when using them. Not sure if this is fixed in the latest version of the OS or not.