Tag: Swift

Looking forward to WWDC 2023

Tomorrow is the start of WWDC 2023, and the rumors are all coalescing around the idea of the Apple Headset. It’s been 9 years since I tried on, and ultimately bought, Google Glass, so the promise of an Apple headset is more than exciting to me. While people are complaining about a rumored price of […]

Day 2 – 100 Days of Swift

Wow! I’ve been using swift for a bunch of years, and have never come across enum associations. Imaging getting to that on day two of a course. What you see above is the association added to the running, talking and singing values of the enum Activity. This way you can “associate” additional information to a […]

WastedTime Watch – Progress

Ok, I had basically gotten frustrated trying to change WastedTime Watch to a fully SwiftUI based app. Apple changed the App Entry point which had completely changed how the AppDelegate function worked. I thought this app was the simplest of my apps, so I could easily convert it to the new Swift Architecture. Boy was […]

WWDC – Day 4

Another fun filled day, and now I am starting to get back into my code. I began the day with a session on the OS.Logging extensions added into Swift. I am thinking I should change my code to start using Logging instead of print statements. I do a lot of inline print statements so when […]