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 Countdown timer picker with minutes and seconds
Thank you for the help. I will definitely have a go at aligning the labels as you described. I did also submit a feedback report: FB9352737.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’21
Comment on Value of type 'Text' has no member 'searchable'
Download Xcode 13 beta 4 from the downloads page, or wait until the official release some time in September.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on Error when previewing on device
I submitted a new report (FB9469285) with an attached previews diagnostics report.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on How to perform extract subview operation?
Having just watched the video, Jacob does add the property called room. You just have to continue watching after the bit where your screenshot was taken (up to around 11:53).
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on swift-frontend memory usage
For me, this is also fixed. Let's just hope this is true for everyone.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on How to set color/Image background to ''Form" in SwiftUI 4?
This no longer works in iOS 16. From the iOS & iPadOS 16 Beta Release Notes: The implementation of list no longer uses UITableView . (81571203)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on placeholderText Color
quaternaryLabel is a property defined on UIColor not Color, so you must have an extension linking the two together.
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
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 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 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 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 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 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 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