cbess/AutoScrollLabel

ARC Compatibility

Opened this issue · 3 comments

ARC compatibility should be added

resolved in 1db39d0. Now works with ARC and non-ARC projects.

Getting some compile errors:
RC forbids synthesizing a readonly property without ownership qualifier

Here is an explanation to the issue:
http://www.learn-cocos2d.com/2011/11/everything-know-about-arc/#property-readonly-synthesize

Please make a patch and submit it.