This is a bad point of Xcode 13 if its this way.
Post
Replies
Boosts
Views
Activity
When you are in the body of the class, type the method and it will autocomplete, i don't have to do func viewDidAppear , i can just write viewDidAppear then Xcode will autocomplete, i mean there is something has changed with Xcode 13 autocomplete. its no longer working the same way as of Xcode 12. we have to write func viewDidAppear so Xcode will get the template.
That is great, so instead of forcing layout using semanticContentAttribute you are using UIApplication.userInterfaceLayoutDirection and the bug disappeared right?