โ
3 phase product plan set
โ
SQL schema drafted
โ
App architecture and UX decisions made
โ
Brand/app color palette done
Implementation mode is imminent ๐ฎ
โ
3 phase product plan set
โ
SQL schema drafted
โ
App architecture and UX decisions made
โ
Brand/app color palette done
Implementation mode is imminent ๐ฎ
My new SwiftUI book is finally out! ๐
I wrote "The SwiftUI Way" for developers who feel like they are fighting the framework as their projects grow in complexity. The book will help you align your code with SwiftUI's internal expectations to avoid common pitfalls.
FoundationModels' 4,096-token context window can be tough to manage. iOS 26.4 introduces new APIs to measure instructions, prompts, and full transcripts - finally giving us proactive token management instead of just reacting to errors when the limit is hit.
๐: https://artemnovichkov.com/blog/tracking-token-usage-in-foundation-models by Artem Novichkov
Here's a tool for the community: Apple Dev Search โ a search engine for Apple development blogs. Currently indexing 15029 articles across 675 blogs.
It's not new, but I'm convinced it's useful and think it needs a boost. Also, it might be a slight antidote to LLMs helping themselves to all our content. Some might say it's old fashioned.
There's a post about it at https://luxmentis.org/blog/appledevsearch/ or just head straight to https://appledevsearch.com
Another day, another activity completed in PocketPB for my fitness kickstart plan!
If youโre interested in trying out an iPhone app that lets you easily create exercise plans, you can grab a spot in the beta here: https://testflight.apple.com/join/dZ5cp9cU
"WWDC26 will spotlight incredible updates for Apple platforms, including AI advancements and exciting new software and developer tools."
WWDC26 is around the corner ๐๐ป #iosdev
You can request to attend right here ๐๐ป
https://developer.apple.com/wwdc26/
๐ Apple has just announced WWDC26.
The conference for Apple platform developers will take place on June 8โ12, 2026.
More details here:
https://developer.apple.com/wwdc26/
Renaming a SwiftData property? Without @๐ด๐ก๐ก๐๐๐๐ข๐ก๐(๐๐๐๐๐๐๐๐๐๐๐๐:), lightweight migration treats old and new names as separate schema elements โ silently losing your data. A critical tip for anyone relying on auto-migration.
๐: https://www.hackingwithswift.com/quick-start/swiftdata/how-to-rename-properties-without-losing-data by Paul Hudson (@twostraws)