I will not dwell too much in explanation, I post this picture
I would like to create a menu like the one in which I have posted ... with menus and submenus ... there is some object in titanium that allows me to do that? or do I just create something from scratch? Thank you all, if you have examples, or any advice for the menu, I'd be very grateful
2 Answers
There's no such component like that. That's either a scrollView or a tableview. I'd use a tableview.
You can indent your text when you have subchildren. Do you need it to act like a tree menu? with opening and closing of children?
There is no component that does that... and it is because it would be unusable.
also it is not standard UI for an IOS device... IMHO following the UI guidelines is a better approach in most cases. Otherwise just create a mobile website.
Finally remember that someone needs to navigate that menu with there finger, not a mouse and a pointer... it will be impossible and unusable
Your Answer
Think you can help? Login to answer this question!