Post

Replies

Boosts

Views

Activity

Reply to Apple, please take this on board
@Claude31 Thanks for your reply. It's only Xcode (when downloading Simulators) and App Store (when downloading anything). For everything else, such as Chrome, they all work perfectly as expected, and cope well with any interruptions. Just for info: this is a brand new, M2 mac Mini. With a wired ethernet connection to a switch, and from there to the Starlink router.
Oct ’23
Reply to Show Another View On level completion
You need a single source of truth for your boolean. Hint: $State and $Binding are your friends. You would do well to go through the tutorial at https://developer.apple.com/tutorials/app-dev-training/getting-started-with-scrumdinger It is well worth the time.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Apr ’22
Reply to Apple, please take this on board
@Claude31 Thanks for your reply. It's only Xcode (when downloading Simulators) and App Store (when downloading anything). For everything else, such as Chrome, they all work perfectly as expected, and cope well with any interruptions. Just for info: this is a brand new, M2 mac Mini. With a wired ethernet connection to a switch, and from there to the Starlink router.
Replies
Boosts
Views
Activity
Oct ’23
Reply to SwiftUI - drawing a temporary placeholder
Thanks for the reply!I got this working, and don;t need to subclass Gesture, by using an ofset as a State variable and updating the offset in .onChanged and updating the position in .ended
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Show Another View On level completion
You need a single source of truth for your boolean. Hint: $State and $Binding are your friends. You would do well to go through the tutorial at https://developer.apple.com/tutorials/app-dev-training/getting-started-with-scrumdinger It is well worth the time.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Use fonts in SwiftUI
Sure! So do soemthing like this: Text("Hello World!").font(.custom("Copperplate", size: 33))
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Use fonts in SwiftUI
You don't give us much to go on! What have you tried so far? Basically you just need to add the .font() modifier to any Text object. Like this: Text("Hello, world") .font(.headline)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22