cocos2d / cocos2d-objc

Cocos2d for iOS and OS X, built using Objective-C
http://www.cocos2d-objc.org
Other
4.07k stars 1.16k forks source link

call complex Macro in Swift #1355

Closed heroddaji closed 8 years ago

heroddaji commented 8 years ago

Hello, I try to use Swift with this cocos2d lib. i want to use the macro such as CCLOG but swift cannot call complex macro from objectiveC is there a plan to fix this soon? may be I can try to do something with it

s1ddok commented 8 years ago

Why would you need to use CCLOG if swift has a built in print() which is much more useful?