Skip to content

Instantly share code, notes, and snippets.

@iskugor
Created July 3, 2012 15:33
Show Gist options
  • Save iskugor/3040505 to your computer and use it in GitHub Desktop.
Save iskugor/3040505 to your computer and use it in GitHub Desktop.
Titanium infinite "postlayout" loop
...
label.addEventListener('postlayout', function() {
label.height += 100; //causes infinite loop (or not :D )
});
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment