Hi javid.alimohideen,
My problem lies with accessing the data from my new alarm object in all of the subsequent views. Choosing repeat, sound, and label all happen in a different view, and those views need to update the new alarm object in the AddAlarmViewController. I chose to subclass the navigation controller because that is common among all of the view controllers, but I’m going to try the method I outlined above instead.
I’ll let everyone know how it goes!
|