Tuesday, 10 September 2013

How to make an iOS Drop down menu

How to make an iOS Drop down menu

How do I create a good looking drop down menu in iOS. It should open when
the user clicks a button in the navigation bar.
I tried creating a table, but got the error Static table views are only
valid when embedded in UITableViewController instances. If I use
UITableViewController, then it has to be full width.

No comments:

Post a Comment