Skip to content

Instantly share code, notes, and snippets.

@sebnozzi
sebnozzi / RoboTest.scala
Last active December 17, 2015 18:29 — forked from anonymous/gist:4639734
Scala (2.10) version of the basic iOS app example of RoboVM: http://www.robovm.org/docs.html#ios-example
import org.robovm.cocoatouch.coregraphics._
import org.robovm.cocoatouch.foundation._
import org.robovm.cocoatouch.uikit._
object Utils {
import scala.language.implicitConversions
implicit class RichUIControl(control: UIControl) {