Recent Comments
No comments to show.-
Categories
-
Archives
-
-
Author Archives: Inn Keeper
Currently reading The Eye of the World
It has been very interesting so far. Mild spoilers ahead. I’ve gotten to the point where the company has been split and each party is trying to get to Caemlyn. I’m enjoying the cities and the towns of this world. … Continue reading
Giving Swift a chance
I’ve started learning Swift again. Today, I’ve been playing around with a hello world ContentView. Something like below. struct ContentView: View { @Environment(\.modelContext) private var modelContext @Query private var items: [Item] var body: some View { // stuff } } … Continue reading