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
iOS devs sometimes like to do things based upon key-value observance when reacting to things like zoom level changing or map rotation. It might be nice to have things like zoom / tilt/ etc. by KVO compliant to enable that.
Description
iOS devs sometimes like to do things based upon key-value observance when reacting to things like zoom level changing or map rotation. It might be nice to have things like
zoom
/tilt
/ etc. by KVO compliant to enable that.https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/KeyValueObserving/Articles/KVOCompliance.html
The text was updated successfully, but these errors were encountered: