Skip to content

Instantly share code, notes, and snippets.

@hvgotcodes
Created May 10, 2012 01:17
Show Gist options
  • Save hvgotcodes/2650260 to your computer and use it in GitHub Desktop.
Save hvgotcodes/2650260 to your computer and use it in GitHub Desktop.
constructor: (@props = top: 0, left: 0, width: 100, height: 20, text: 'Tap to Enter...')->
@container = Ti.UI.createView
visible: true
top: @props.top
left: @props.left
width: @props.width + 2
height: @props.height + 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment