Swift support feature request.
It would be cool to have option to choose language for UIColor category:
--objc - will generate Objc category to UIColor class.
--swift - will generate Swift extension to UIColor class.
Do you have any plans for such kind of feature?
We haven’t decided yet. I think we’ll do it later. But there is no deadline.
I already changed it to support Swift. But I did it in dirty way: I just updated generator, so now it generates Swift extension. Flexible solution is to add option, so user can choose Objc or Swift. But I don't have enough time to do it. Any way you can find updated project in my fork, probably it will help you in future when you decide to implement it.
Awesome, thank you!