Skip to content

Instantly share code, notes, and snippets.

@nazrdogan
Last active December 20, 2015 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nazrdogan/6140384 to your computer and use it in GitHub Desktop.
Save nazrdogan/6140384 to your computer and use it in GitHub Desktop.
Titanium DrillDown Menu -Tablo Ekleme
var main_menu = Ti.UI.createTableView({
style:Titanium.UI.iPhone.TableViewStyle.GROUPED,
scrollable:false
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment