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 just happen to witness this problem. However, my version of crash seems to occur on an iOS 3.0 device that I'm trying to support, and I have only two rows in the table that I'm trying to rearrange. I ran the app again with the same code on another device with iOS 4.0 and that bug seems to have been fixed.
I'm still researching this, but as of now, I'm disabling moving of rows on devices with iOS 3.0 until a fix is found.