Skip to content

Instantly share code, notes, and snippets.

@jamonholmgren
Created February 22, 2013 05:29
Show Gist options
  • Save jamonholmgren/5010955 to your computer and use it in GitHub Desktop.
Save jamonholmgren/5010955 to your computer and use it in GitHub Desktop.
login_screen.rb
class HomeScreen < ProMotion::Screen
title "Home"
def on_load
self.view.backgroundColor = UIColor.whiteColor
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment