You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moving forward, properties are going to be simpler. This aligns with some long term goals of better taking advantage of ES6 classes.
@property will always synthesize a backing ivar with a _ prefix.
@synthesize goes away.
@dynamic goes away.
@observe is useful, but in practice we only use a single case (change + after). We also always call a single "update" method regardless of the changes.
Moving forward, properties are going to be simpler. This aligns with some long term goals of better taking advantage of ES6 classes.
@propertywill always synthesize a backing ivar with a_prefix.@synthesizegoes away.@dynamicgoes away.@observeis useful, but in practice we only use a single case (change+after). We also always call a single "update" method regardless of the changes.