Posts

Post not yet marked as solved
5 Replies
Sorry, I posted old code. first_value is not passed to my view, infact, my view has a first_value defined. So, when I create an instance of SwiftUIView() every SwiftUIView() that is added to my page shares the same result after picking a solution. Does that make sense
Post not yet marked as solved
5 Replies
I refer to line 2.In reference to the next remark: private let currentDB: [my_Section] = loadDB() private let subcurrentDB: [my_subSection] = loadSubsubsections() @ObservedObject var first_value: section_arraythe first_value ObservedObject is changed on every instance of my SwiftUIView() being created in line 2.