tapouillo / BMGlyphLabel

BMGlyphLabel and BMGlyphFont class for iOS7 Sprite Kit
MIT License
31 stars 8 forks source link

Swift support? #10

Closed MKGitHub closed 9 years ago

MKGitHub commented 9 years ago

Please add Swift support, Swift is the new kid on the block :-)

tapouillo commented 9 years ago

Hi,

Yes indeed :) I will check that in the coming weeks ...

Stéphane

Le 23 févr. 2015 à 20:54, Mohsan Khan notifications@github.com a écrit :

Please add Swift support, Swift is the new kid on the block :-)

— Reply to this email directly or view it on GitHub.

MKGitHub commented 9 years ago

Sweet! Please make sure you get the latest version of Swift...

neoneye commented 9 years ago

:+1:

tapouillo commented 9 years ago

you can use objective-c class in your swift project, so i don't plan to rewrite all in swift (at least not before several weeks/month)

see: http://stackoverflow.com/questions/24002369/how-to-call-objective-c-code-from-swift

ghost commented 8 years ago

As Swift2 is here, are there any news?

tapouillo commented 8 years ago

Hi,

I've just uploaded a swift version: https://github.com/tapouillo/BMGlyphLabelSwift

Please note that it has not been fully tested yet, and it's my first time with swift :) However I tested it on a simulator, it seems to work as expected.

neoneye commented 8 years ago

Awesome :+1: