Welcome to my coding journey! I share SwiftUI programming tips to help others learn and grow. Explore tutorials, code snippets, and more on my blog and Patreon.
I used Xcode 27 and Codex/Claude to vibe code a native macOS app that turns any SQLite database, including CoreData, SwiftData and SQLiteData stores, into a clean, interactive entity-relationship diagram you can rearrange and export.
Free and open source
github.com/StewartLynch/SQLi…
Just wrapped up this custom SlideToConfirmButton component in #SwiftUI.
Recreating the iconic "Slide to Unlock" vibe for #iOS27
👀 Source code in my bio link
#iOSDev#buildinpublic#UXUIDesign
Want to catch up on everything from #WWDC26? Check out the official sessions list! You can see exactly which technologies apply to each OS—perfect for a deep dive.
developer.apple.com/wwdc26/g…
Finding Beta features in Apple's docs is always a scavenger hunt. 😅
Luckily, Itsuki made a little app to solve this, strictly fetching the Beta documentations so you don't miss out on any hidden #WWDC26 gems.
Playing with .onMenuItemHighlight from the latest #iOS27 APIs. 😍
The context menu preview area can now react dynamically depending on which button the user is highlighting.
Currently, you can't adjust the highlight timing—it's very brief!
#SwiftUI#iosDev#WWDC26
Playing around with the new AsyncImage updates in #iOS27. 🧑💻
Testing .asyncImageURLSession() with custom caching for huge 4096x4096 images inside a lazy stack, but I’m still noticing dropped frames. It’s better than before, but not quite there yet. 😫
#SwiftUI#iosDev#WWDC26