Skip to content

Instantly share code, notes, and snippets.

@alexnaspo
Last active December 14, 2015 09:29
Show Gist options
  • Save alexnaspo/5065098 to your computer and use it in GitHub Desktop.
Save alexnaspo/5065098 to your computer and use it in GitHub Desktop.
Field Container for purposes of my blog post
var fieldContainer = Ti.UI.createView({
backgroundColor:'#fff',
borderRadius:5,
width:'80%',
height:Ti.UI.SIZE,
layout:'vertical'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment