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
When using the setObject method, if the setter's first letter (after set) is repeated somewhere else in the property name, all instances are lower cased. Only the first letter should be lower cased.
(void) setObject:(id)object forSetter:(SEL)setter
The text was updated successfully, but these errors were encountered:
When using the setObject method, if the setter's first letter (after set) is repeated somewhere else in the property name, all instances are lower cased. Only the first letter should be lower cased.
The text was updated successfully, but these errors were encountered: