You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A bit late to the party, but don't perform this inside your cell on a background thread unless you are also willing to handle canceling the background task when the cell is dequeued and reused. The better solution would be to have this work done in the UITableViewDatasource so you can process it and then set it on the cell at the proper indexPath if that cell is still being viewed.
Hi there,
Seems like AttributedTextView.attributer.setter takes too much time while blocking main thread.
Is there anything we can do to make it faster? Seems like right now, it requires main thread, so I can't simply put in a background thread :(
The text was updated successfully, but these errors were encountered: