I'm trying to implement a help system like imovie, and i wonder how can I display multiple pop overs in specific locations in one view controller.
I doubt that these are actually full blown UIPopoverController
's. If you're trying to create help messages like this screenshot, I would create a custom view and have an enclosing transparent view on top of the controller where each of these help "popovers" would be subviews. The reason you don't need a full UIPopoverController
is that there will not be user interaction on the popover itself.