Re: iOS Popup Menus?

2010-09-13 Thread Conrad Shultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 9/13/10 7:37 PM, Philip Mobley wrote: > How do you create the popup (and scrollable) contextual style menus > that are in Safari's when you click the Bookmark / History button? > > I can't find a prebuilt class in the UIKit that uses that specific

Re: iOS Popup Menus?

2010-09-13 Thread Dave DeLong
How about a UITableViewController that's presented modally using -presentModalViewController:animated:? Dave On Sep 13, 2010, at 8:37 PM, Philip Mobley wrote: > How do you create the popup (and scrollable) contextual style menus that are > in Safari's when you click the Bookmark / History butt

iOS Popup Menus?

2010-09-13 Thread Philip Mobley
How do you create the popup (and scrollable) contextual style menus that are in Safari's when you click the Bookmark / History button? I can't find a prebuilt class in the UIKit that uses that specific behavior, and find it amazing that there isn't one available. At this point, I am guessing th