I recently built a custom segmented control in SwiftUI and found that matchedGeometryEffect() provided an easy way to animate a capsule highlighting the selected option as it transitions between choices.
I summarized the example in a blog post: https://nilcoalescing.com/blog/CustomSegmentedControlWithMatchedGeometryEffect/
TIL using SceneStorage on NavigationSplitView selection results in navigation header animation issues/transition jankiness. #SwiftUI
I got a rudimentary timeline working this morning, but now the profile view won't load when navigated to. 😫
Made some solid progress on the Baby Creation Screen today! 🚀
Trying to keep things clean and simple while building this in SwiftUI and SwiftData.
What do you think?
Open to any thoughts or tips!
#biildinpublic #SwiftUI #SwiftData #indiedev #tinysteps
Profile share functionality was one of the last features I wanted to have before an App Store release. If you want to test the BookRPG use https://testflight.apple.com/join/JXdJ6uk2 #swift #swiftui #testflight
This is probably the most expressive error message ever produced by #swiftui
Out of time for today, but I finally solved it!! Who would have thunk that I would nail all the encryption stuff, but mess up the HTTP request 🙈. Tomorrow let's clean up the UI and enable the options. See you then!
🔜 Tomorrow’s stream: https://youtube.com/live/PZUujbmoCGQ
⏮️ Playlist so far: https://www.youtube.com/playlist?list=PLRxjf93xotuofCtaxtGOcWeuxVZYJyY-m
📲 Download Jiiiii: https://apps.apple.com/app/apple-store/id6472801548?pt=14724&ct=MastodonCCStreams&mt=8
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #Swift #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
I'm making a seasonal anime guide app, in the open for all to experience and learn from!
Today's gonna be a short and futile one, as I still can't figure out how to get these darned notifications encrypted properly 🤣
#Jiiiii #DevStream #tvOS #visionOS #macOS #iOS #iPadOS #Anime #Swift #SwiftUI #Vapor #WebAuthn #BuildInPublic #TestFlight #PWA #WebPush
Come chill with me: https://youtube.com/live/YbppFU1yoNY
Morning and happy weekend! ☀️
What’s everyone up to for the next two days? I’ll be spending some time working on my side project: my Baby Journal app. Looking forward to making more progress with SwiftUI and SwiftData!
Let me know what you’re working on this weekend!
Been tinkering a bit with the Bluesky API and threw together a little profile view. Another silly little project to throw on the pile of unfinished things. 😫
It's already Saturday here in Australia, but macOS by Tutorials is on sale for the whole weekend. Use this link to get a 30% discount:
https://sarahreichelt.gumroad.com/l/oximx/4xfw8q6
To read more about the book and to access a free sample, check out
https://troz.net/books/macos_tutorials/
#macOS #Swift #SwiftLang #SwiftUI #techbooks #books
Seems like the CVarArg way it the recommended way. I just never noticed the issue, because it works on first fetch. #SwiftUI