I am trying to call a method in my root view controller from a child view controller such that when I change my options they will automatically update the root view, which w
I would like to add:
objects receiving notifications can react only after the event has occurred. This is a significant difference from delegation. The delegate is given a chance to reject or modify the operation proposed by the delegating object. Observing objects, on the other hand, cannot directly affect an impending operation.