@FrameworksEngineer I filed FB8768071. In my case I have a bad interaction between UITableView and the NSAttributedString() init method that converts html to an attributedString. It was being called while updating a tableViewCell and this caused cellForRowAt to be called again while my app code was already processing a cellForRowAt call. And the tableView lost its mind after that.
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: