Closed corysimmons closed 8 years ago
For others: you can test for type with log(typeof(myVariable));
What are you trying to do specifically? If you've got an NSObject subclass, you can use isKindOfClass:
Thanks for your answers, but I'm done with Sketch plugin development.
And how do you type cast?