Post

Replies

Boosts

Views

Activity

Reply to This method should not be called on the main thread as it may lead to UI unresponsiveness.
DispatchQueue.main.async {     /// do your action inside main thread (here) }
Replies
Boosts
Views
Activity
Dec ’22