mfessenden / SKTiled

Swift framework for working with Tiled assets in SpriteKit
Other
261 stars 33 forks source link

objective-c compatibility? #37

Open ghost opened 3 years ago

ghost commented 3 years ago

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?

mfessenden commented 3 years ago

I've not tried using this with an Objective-C project; I'll look into seeing if I need an umbrella header.