How can I create a popover in an iPad Storyboard for an iOS 5.0+ app?
There's already one setup with the Xcode Project Template (Utility App), but I can't seem to figure out how Apple got it to work. I tried to mimic it, but only got errors. I even looked on Apple's Dev Site, but only got out-dated code that resulted in warnings and build errors.
I have a CBMainView
and a CBMasterView
(with the exception of the master view already included), and a UIToolbar
with a UIToolbarButton
. I need the user to tap the button on the UIToolbar
, and up comes my 320x300 Popover (CBMasterView
).
How can I do this with Xcode Storyboards? Tutorials, answers, code, or links are all appreciated!