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
I mostly agree on this, but annoyingly the API was designed how it was and changing it would break all current code using %property and also defining an @property. There’s also a slight issue I see that if the property is accessed from another file, the developer may not realise that they need to define the @property manually for that other file, and they also wouldn’t be able to put it in a global header (e.g. imported with -include Global.h compiler flag) because that would trigger a compile warning.
Not really a bug or anything, just a small feature request.
Would be cool if adding a
%property
to a class automatically created an@interface
with the property.The text was updated successfully, but these errors were encountered: