Esri / data-collection-ios

Mobile data collection app using the iOS Runtime SDK.
https://developers.arcgis.com/
Apache License 2.0
25 stars 26 forks source link

Promotes `NotificationCenter` rather than `AppContextChange` #238

Closed esreli closed 4 years ago

esreli commented 4 years ago

This PR serves to rid of a clunky home-grown API that sought to handle AppContext changes. With regards to AppContextChange and AppContextChangeHandler, there are some nice features to it, a known bug, and ultimately the big 'ol question- why is it even necessary?

This PR attempts to consolidate all app notifications into a unified design pattern using the NotificationCenter API.