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
Indeed, automatically created ivars for a property will be the property name preceded by an underscore (or can be declared explicitly with a @synthesize statement).
We can drop the leading underscore or rename the properties. They're named the way they are to distinguish them unambiguously from the public features and clusters properties.
The clusters property no longer exists anyway, so feel free to suggest a good name for these.
Aren't ivars the ones created with a prefix underscore?
Referring to AGSCluster class here
The text was updated successfully, but these errors were encountered: