I have a macOS app using IB/Xcode 11 with two View Controllers with each having their own custom class. The first controller contains a tableview of my datasource. The second view controller has a detail view to insert new data as in an add function.
So, I would like to have an event in the first controller that gets control when the second controller inserts the new data to my SQLite table.
How is this done?
So, I would like to have an event in the first controller that gets control when the second controller inserts the new data to my SQLite table.
How is this done?