Post

Replies

Boosts

Views

Activity

Comment on CloudKit Public Database
Doing a simple search online will yield plenty of tutorials. Each will build different apps but should have the same concept. Learning from multiple tutorials will help you gain a thorough understanding into the subject area and along the way you may pick up useful optimisation tips.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jul ’22
Comment on NavigationStack suggestions
Hashable inherits from Equatable, so there's no need to add that.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on I am using tabview more than 5 tabs on sixth tab it showing "More" option I want to hide it
They probably use custom tab bars.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on SwiftUI 4: Set list background color
In beta 5, the first modifier seems to have been removed. Only the second solution will work. Note: you may have to use ignoresSafeArea(_:edges:) on the background colour/view for it to fill the entire screen.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on Can't change List background color in iOS 16
In beta 5, the first modifier seems to have been removed. Only the second solution will work. Note: you may have to use ignoresSafeArea(_:edges:) on the background colour/view for it to fill the entire screen.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on largeTitleDisplayMode doesn't work when using UIHostingController
Does DashboardView have its own navigation bar? As in it's wrapped in a NavigationView (or similar) and sets its own title.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on Using Core Data objects with Transferable
In what documentation did you find this?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on update TabView background color
A SwiftUI approach can only be done from iOS 16. You could look into using a UITabBarController and wrapping each tab’s View in a UIHostingController but that might be a bit more work on your behalf.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on how to assign to Binding<String>
Please close this thread as your question has been answered.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’22
Comment on PlainButtonStyle on NavigationLink disables link
I think that's where programmatic navigation comes in – manually performing a navigation when tapping on a certain part of a view.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’22
Comment on Missing argument for parameter 'images' in call
You can put as many NavigationLinks as you want, as long as SwiftUI knows which one to use when something is tapped.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’22
Comment on Missing argument for parameter 'images' in call
If you have any more issues, make a new post instead of adding to this one. Don't forget to close this thread if the answer solves your problem.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’22
Comment on CloudKit Public Database
Doing a simple search online will yield plenty of tutorials. Each will build different apps but should have the same concept. Learning from multiple tutorials will help you gain a thorough understanding into the subject area and along the way you may pick up useful optimisation tips.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’22
Comment on NavigationSplitView sidebar Links not working after navigating back
It's in both beta 1 and beta 2. Also it's not in the Xcode release notes, but the iOS ones.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on NavigationStack Being Automatically dismissed
If that's not it, then another thing I could think of was when passing fruits.shuffled() to the list initialiser. Maybe this is causing the list to reload its data again and pop back to the list view.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on SwiftUI 4: Set list background color
This solution removes the list row separtors.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22