Post

Replies

Boosts

Views

Activity

Comment on RunLoop behaves differently between iOS15 and iOS14
Every developer may make wrong decisions... But I cannot find any description in the Apple's documentation of RunLoop that states how calling run() would work in the main thread which is already managed by RunLoop. I should have used semaphore and DispatchQueue > If you are working with some async tasks, never try to use them synchronously. Using semaphore would cause many more problems, as you may already know. Anyway, changes of undocumented behavior might be intentional or not intentional, you can challenge with sending a feedback to Apple.
Oct ’21
Comment on Why isn't a new room created in the Rooms project? SwiftUI, WWDC19-204
Thanks for clarifying the reasons. It is quite reasonable and you can learn more than just touching the latest tutorials. One of the reasons Apple provides the dev forums might be that supporting the developers who watched sessions using some beta versions of software is important. You know that many readers here want to help you. And I do hope you will make great apps in the near future, Good Luck!
Oct ’21