Open skela opened 6 years ago
Things like NSTextAlignment, UIControlEvents, is there a workaround?
I get errors like : Unexpected #identifier ("UIControlEvents").
Can you try putting @class UIControlEvents; at the top of your code?
@class UIControlEvents;
Thanks, that's a useful workaround. :D
Things like NSTextAlignment, UIControlEvents, is there a workaround?
I get errors like : Unexpected #identifier ("UIControlEvents").