Posts

Post not yet marked as solved
2 Replies
@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.
Post not yet marked as solved
2 Replies
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
Post marked as solved
1 Replies
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.
Post marked as solved
5 Replies
Sure! So do soemthing like this: Text("Hello World!").font(.custom("Copperplate", size: 33))
Post marked as solved
5 Replies
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)
Post marked as solved
112 Replies
farce.
Post not yet marked as solved
1 Replies
Replied In Hello world
So great you could join us! I'm here too. Having lots of fun.
Post marked as solved
5 Replies
Hey - thanks! Thanks for the detailed response - it's a great solution.
Post marked as Apple Recommended
Still no fix from apple.
Post not yet marked as solved
2 Replies
So, instead of answering my question you just lecture me on data packing? Nice!
Post not yet marked as solved
2 Replies
I strongly suggest you watch the first 3 vidoes in the series from Stanford University Search on Youtube for Stanford CS193p Those will give you a fantastic start to SwiftUI and the MVVM paradigm. Let us know hw you get on!