Blog June 7, 2022 Following Apple’s tutorial on graphics leaves me completely dumbfounded.
Does it mean I will learn how to make stuff as pretty as Apple’s native apps?June 6, 2022 I implemented adding custom amounts of mantras or repetitions of practices to the Ngöndro Tracker using a wrapper for UIAlertController.June 5, 2022 After following two parts of Apple’s SwiftUI tutorial, I made some improvements to the first iteration of my side project, Ngöndro Tracker.June 4, 2022 I found out some amazing SwiftUI tutorials from Apple, and they are free.
I followed one along on the way to Cracow today.June 3, 2022 Today I spent the whole evening working on my pet project, Ngöndro Counter.
Therefore, the blog post will consist solely of the project update.June 2, 2022 Brief progress update on issues from the book.
I present the mobile app I want to work on henceforth.June 1, 2022 I spent another evening treading through SQLite’s low-level C APIs.
I integrated a very naïvely written data store built with these APIs into a simple iOS GUI app.
Finally, I found out how to detect dark mode on macOS using Swift APIs.May 31, 2022 I intended to write about @AppStorage and @SceneStorage, but I ended up playing around with SQLite3 in C and Swift.May 30, 2022 Describing observable objects, which act like event-driven data sources, and @EnvironmentObjects,
which expose a given object to the entire view tree.May 29, 2022 Today I explore basic state management using @State, @Binding, and @Environment property wrappers.