krzysztofzablocki / CCNode-SFGestureRecognizers

Adding UIGestureRecognizers to cocos2d, painless.
http://twitter.com/merowing_
Other
202 stars 34 forks source link

ARC support. #1

Closed Panajev closed 12 years ago

Panajev commented 12 years ago

Please add ARC support to your nice new class.

krzysztofzablocki commented 12 years ago

Done. Works automatic so you can use it for both ARC and non ARC projects without any changes ;)

Panajev commented 12 years ago

Awesome, could you also add a small sample app?

Thank you!

2012/3/15 Krzysztof Zabłocki < reply@reply.github.com

Done. Works automatic so you can use it both ARC and non ARC projects without any changes ;)


Reply to this email directly or view it on GitHub:

https://github.com/krzysztofzablocki/CCNode-SFGestureRecognizers/issues/1#issuecomment-4519023

krzysztofzablocki commented 12 years ago

I already did it when adding arc, look at the repo:)

Panajev commented 12 years ago

Sorry, did not look at the repo first. Good job, the Cocos2D community will appreciate it :)!

2012/3/15 Krzysztof Zabłocki < reply@reply.github.com

I already did it when adding arc, look at the repo:)


Reply to this email directly or view it on GitHub:

https://github.com/krzysztofzablocki/CCNode-SFGestureRecognizers/issues/1#issuecomment-4519591

krzysztofzablocki commented 12 years ago

There was a wrong version, I just fixed it. If you encounter any problems with newest version let me know