Post

Replies

Boosts

Views

Activity

Reply to RefreshControl + large title doesn't work well in UITabBarController
I ran into this same thing as well and managed to fix it by putting this code in the view controller: override func viewDidLayoutSubviews() {     super.viewDidLayoutSubviews()     navigationController?.navigationBar.prefersLargeTitles = true }
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to Xcode 14 Beta 3 is constantly getting an error with WeatherKit
Same issue on beta 4. Not sure what I'm missing but can't seem to get this to work, pretty frustrating. I saw someone on Twitter say upgrading to macOS 13 beta fixed it for them, but that's not something I want to do on my personal machine right now.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’22