I've built the framework and successfully imported into an objective-c project.
#import "SKTiled/SKTiled-Swift.h"
All the SKTiled classes are now recognized but not their methods. Am I correct in assuming the SKTiled framework can be used inside objective-c projects? If so, how?
I've built the framework and successfully imported into an objective-c project.
#import "SKTiled/SKTiled-Swift.h"
All the SKTiled classes are now recognized but not their methods. Am I correct in assuming the
SKTiled
framework can be used inside objective-c projects? If so, how?