Presently I have the following setup where the controller ReminderViewController
has a container view which refers to a UITableViewController
with the three static cells:
Beyond this answer, I have not found any other resources on what to do so that when a user toggles one of the UISwitch
within the cells, my SetReminderController
would be notified and act accordingly. How would I be able to accomplish this? Thanks!