Any way to use some Scala for iOS coding?

后端 未结 5 667
-上瘾入骨i
-上瘾入骨i 2020-12-30 23:59

I want to be able to use Scala to code iOS programs. Any tools available for this ?

5条回答
  •  春和景丽
    2020-12-31 00:56

    I recently developed a toolchain based on IKVM and MonoTouch that allows you to develop iOS apps in Scala. I put together a demo of the toolchain here:

    https://github.com/samskivert/ios-scala-demo

提交回复
热议问题