Last active
December 20, 2015 13:39
-
-
Save nazrdogan/6140384 to your computer and use it in GitHub Desktop.
Titanium DrillDown Menu -Tablo Ekleme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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