Monthly Archives: January 2018

Key-Value Observing

Key-value observing is a mechanism that allows objects to be notified of changes to specified properties of other objects. You can use key-value observing with a Swift class, as long as the class inherits from the NSObject class. You can … Continue reading

Posted in iOS, Mobile | Tagged | 1 Comment