-
Card Tracker ReWrite
For the last five years or so, I’ve been working on a pet project to track the various greeting cards we send out each year. The initial version had a lot of UI problems, so I used it as an opportunity to learn SwiftUI. The second major rewrite was to add CloudKit integration so that…
-
Deletes in Holiday Card Tracker
I’ve been working on a Greeting Card tracking app, in my spare time for years now, five to be exact. I may get it on the App Store one day, but primarily it is just used to track the cards my wife and I send to friends and family. I’ve re-written it a few times,…
-
Wasted Time’s Latest Rewrite
As is my habit each summer after WWDC, I rewrite my Wasted Time app to try and take advantage of the latest changes for iOS, macOS, tvOS, and watchOS. This summer has been no difference; however, I also took some time to completely refactor the application to no longer use the AppDelegate feature of older…
-
What’s new in Web Inspector
Note this link – https://developer.apple.com/wwdc23/10118 There is a Safari tech preview I may have to check out for the day job. Typography inspection User Preference override Element badges Breakpoint enhancements Many more features go to webkit.org for more information
-
The SwiftUI cookbook for focus
Using Focus API’s in SwiftUI What is Focus Ingredients Recipes