April 2017
Intermediate to advanced
316 pages
9h 33m
English
Property observers are used to respond to change in a property's value. Property observers are called every time a property's value is set, even if the new value is the same as the property's current value. We have the option to define either or both of the following observers on a property:
The willSet and didSet observers are not called when a property is set in an initializer before delegation takes place.
Read now
Unlock full access