FontAwesomeKit icon indicating copy to clipboard operation
FontAwesomeKit copied to clipboard

Swift 2 Release

Open cohix opened this issue 9 years ago • 3 comments

Is there a swift 2 release being planned?

cohix avatar Sep 15 '15 19:09 cohix

I'm kind of reluctant to rewrite this whole project in Swift because I know there're lots of pure Objective-C projects using FAK, and their maintainer would definitely not willing to include a big Swift runtime just for a small icon font library. As far as I can tell, interacting with FAK in Swift should works fine, well, except the annoying class prefix. For now, I'm more willing to use Objective-C's new features like nullability and generics to make this project more Swift friendly.

PrideChung avatar Sep 16 '15 01:09 PrideChung

Reasonable answer. Good idea about the new obj-c features. Thanks for your hard work!

cohix avatar Sep 16 '15 14:09 cohix

I just installed it (manually) into my Swift 2 iOS 8 target. It took about 10 minutes from pushing 'download' to seeing the icons in the simulator. I already had a bridging header for other obj-c packages. It's lovely. Thanks for this great package!

MonadicNomad avatar Sep 25 '15 03:09 MonadicNomad