How can I create this type of menu in my app?

You must Login before you can answer or comment on any questions.

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?

— answered 8 months ago by Alberto Marcone
answer permalink
2 Comments
  • To make you understand better, let me show you this site I have to create the app for that site, and I would use in the app a menu very similar to that on the site.

    — commented 8 months ago by nicolò monili

  • Yeah, that's a tree menu. It's not that easy to realize as far as I tried. You could create a row containing the main child and then when you click on the row you should draw the children in the container view.

    — commented 8 months ago by Alberto Marcone

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

— answered 8 months ago by Aaron Saunders
answer permalink
2 Comments
  • then most likely will not be using that type of menu .. I'll think of something more suitable interface iOS.

    — commented 8 months ago by nicolò monili

  • nicolò, after 40 minutes of riding and thinking, I'm with Aaron on this.

    Do able, yes. Messy, yes.

    — commented 8 months ago by Stephen Feather

Your Answer

Think you can help? Login to answer this question!