Crashing while trying to move UITableView rows

后端 未结 7 859
北恋
北恋 2021-01-06 01:13

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

7条回答
  •  自闭症患者
    2021-01-06 02:00

    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.

提交回复
热议问题