Crashing while trying to move UITableView rows

后端 未结 7 870
北恋
北恋 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 01:55

    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.

提交回复
热议问题