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
don't put anything related with html on background thread and async process , html need lot of time to load and it on some case it will cause crash or dirty issue on NSMutableAttributedString
UI Hanging Issue while using html string
DispatchQueue.global(qos : .background).async {
}
The text was updated successfully, but these errors were encountered: