Post

Replies

Boosts

Views

Activity

Comment on largeTitleDisplayMode doesn't work when using UIHostingController
That shows the large title, but it just stays in-place while the content scrolls under and past the entire nav bar 😞 It's like the nav bar is placed over the HostingController and the content doesn't know it's there.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on largeTitleDisplayMode doesn't work when using UIHostingController
No. It's using the UIViewController stack
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on largeTitleDisplayMode doesn't work when using UIHostingController
Sorry, that didn't help. 😞
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on largeTitleDisplayMode doesn't work when using UIHostingController
In a very simple project this works. Not sure why it isn't working in my project. Exploring more.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on largeTitleDisplayMode doesn't work when using UIHostingController
Found the issue. My Swift UI is ZStack { Color.ignoresSafeArea() ... ScrollView { ... } }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on largeTitleDisplayMode doesn't work when using UIHostingController
Put in a code assist ticket
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on Xcode 14 NavigationPath – two views pushed onto nav stack when multiple links in form section
The text link was for illustrative purposes. Thanks!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on Why is rotationEffect moving vertically too?
@Claude31 Are you testing on a live device or just the preview window in Xcode? It shows fine in the preview window, but on the simulator (iOS 16.1) and real device (iOS 16.2 beta) it acts as I illustrated above.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’22
Comment on Why is rotationEffect moving vertically too?
Interestingly, this works properly on the iPad simulator
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’22
Comment on How do I preview a View that's using @Bindable?
I like the strategy, but it's not working for the @Model. When I add the .modelContent below the previewWrapper or the contentView, it still cannot be found. failed to find a currently active container for FamilyMember
Replies
Boosts
Views
Activity
Sep ’23
Comment on How do I filter @Query with bound item
Thanks. I'll dig deeper into this and see if I can get it working.
Replies
Boosts
Views
Activity
Sep ’23
Comment on Preview crashes consistency in Xcode 16 beta
Great for Xcode 16. Unfortunately this option goes away in 16.1. (Unless it got moved elsewhere)
Replies
Boosts
Views
Activity
Oct ’24