Drop down menu like the default iPad application menus
Posted
by
Ryan French
on Stack Overflow
See other posts from Stack Overflow
or by Ryan French
Published on 2011-01-18T00:42:00Z
Indexed on
2011/01/18
0:53 UTC
Read the original article
Hit count: 114
Hi Everyone,
I'm currently working on my first iOS application to run on the iPad, and I've come across a problem. I have been asked to implement menu's similar to the ones in the default applications such as when you click on the "Calendars" button in the top left of the calendars app.
Only issue is, I cant seem to find a standard UI object that looks like these, with the arrow connecting the menu to the button etc. Is this a standard UI component that I should be able to use, or will I have to imitate them by creating a custom object?
Thanks for any help.
© Stack Overflow or respective owner