On Oct 17, 2014, at 5:13 PM, Steve <s.ande...@gmail.com> wrote:In each of my app's views (i.e. in each view controller) I plan to add an observer to NSNotificationCenter. Each observer would monitor sync progress, check for sync errors and alert the user if need be (without bombarding them with error messages). Is this a reasonable approach?