This is great, do you mind sharing how you did it?
This is great, do you mind sharing how you did it?
List of my recent youtube uploads on SwiftUI and iOS development.
Over the last month, I published a video every Friday. Check them out to learn some new SwiftUI techniques for Text, Gradients, Environment, and a package for feature requests.
youtube.com/flowritescode
ChatGPT with Xcode has the least friction for me, but I also use Copilot for suggestions. This is the way.
This is my understanding of creating lean, native, iOS apps.
Layout/UI: SwiftUI
Storage: SwiftData
System Integrations: AppIntents
IAPs/Paywalls: StoreKit 2
What would you add?
Watch my video on this: youtu.be/biQ8neZXW6Q
Hello, world!
Screenshot showcasing code snippet
Removed my last timer in favor of using swiftui TimelineView. It's so good when sprinkled around the app granularly for things like ago time labels, countdowns etc.. much better performance wise as well and gives app that "real time" feel with no hassle
⏳ Docs
developer.apple.com/documentatio...
👋