provideplatform / provide-ios

Native iOS example application leveraging the provide-swift API client
0 stars 0 forks source link

Convert string based Notification names to NSNotification.Name types for compile time safety #4

Closed jawwad closed 6 years ago

jawwad commented 6 years ago

This was completed for WorkOrderContextShouldRefresh.

See the following commit for an example of how it should be done: https://github.com/provideapp/provide-ios/commit/17cea2a022cc387324ea2c41e35accbc563dc7dc

jawwad commented 6 years ago

This is complete.