Post

Replies

Boosts

Views

Activity

Reply to iOS16: preferredStatusBarStyle of UIHostingController is ignored
Well you can use the .toolbarColorScheme(.dark, for: .navigationBar) now. But only when the toolbar background is visible: .toolbarBackground(.visible, for: .navigationBar). I still can't find a way how to set the status bar style on iOS 16 when the navigation bar is visible but has no (or transparent) background.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to "dyld: Symbol not found" crash when I run my app using Xcode 14 because can't find CGRect.divided(...)
I have a similar problem. With another symbol from CoreGraphics library. I'm building an iOS app and it crashes in iOS 15.5 Simulator when built with Xcode 14. Working fine on iOS 16 Simulator or when built with Xcode 13.4.1.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’22