Post

Replies

Boosts

Views

Activity

Comment on "UI unresponsiveness" warning on @main
Following up on my original post.. I updated to Xcode 14 RC but I'm still seeing the same issue: "This method should not be called on the main thread as it may lead to UI unresponsiveness" warning. I believe it is happening when WkWebView.load(URLRequest) is called. If I comment out the particular load() call, the warning isn't displayed.
Sep ’22