Conversation

Fahim Farook

After looking at AnyType and several other solutions, I decided that none of them have the flexibility that I want for adding data from various sources and being able to define any type of data storage.

So, working on my own solution …

Decided to use the latest in Swift and SwiftUI, and also throw SwiftData in to the mix since this’ll probably be a personal app and not for public release — there are many such solutions out there, but they just don’t have what I want 🙂

Some interesting things to solve to accomplish this — How do you define a data structure which is not predefined in a way that can be used via code? How do you generate a SwiftUI interface dynamically to represent these data structures?

I believe I’ve solved them but the app is very rudimentary at the moment. I’m curious as to things hold when I add in more complexity …

#Swift #SwiftUI #SwiftData #Apple #macOS #iOS #PersonalDataManager
0
0
1