iphone - Dropdown menu within a UITableView -


i'm looking build or incorporate dropdown menu system app i'm building need figureing out how it's accomplished. best guess i'd have use uiactionsheet, doesn't seem customizable. best example i've come accross within appshopper ios application:

alt text

drop down active: notice how pushed table down, did not overlay menu uiactionsheet might.

alt text

if that's model want follow, looks me expanding view in between selector , table itself. it's not part of table.

from top down: there's nav bar, selector tool bar, "menu" view", table view. menu view of height 0, , expanded necessary (pushing down table view in process).


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -