Skip to content

Add ivar fallback to '_*' variables#4

Open
iomac wants to merge 1 commit into
cocos2d:masterfrom
iomac:master
Open

Add ivar fallback to '_*' variables#4
iomac wants to merge 1 commit into
cocos2d:masterfrom
iomac:master

Conversation

@iomac
Copy link
Copy Markdown

@iomac iomac commented Mar 15, 2013

Allows interchangable use of autosynthed properties and explicit
ivars...

The following two forms would work

@interface ...
@Property (readwrite, nonatomic) CCSprite* mySprite;
@EnD

@interface ...
{
CCSprite* mySprite;
}
@EnD

Allows interchangable use of autosynthed properties and explicit
ivars...

The following two forms would work

@interface ...
@Property (readwrite, nonatomic) CCSprite* mySprite;
@EnD

@interface ...
{
    CCSprite* mySprite;
}
@EnD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant