This may not be possible, but I\'m hoping someone will have an idea how to do it.
I have an app I\'m porting from iPhone only to Universal. On the iPhone, I\'m using a
I'm gonna try making a dummy view that's the size and shape of the views I want to present the popover from, wire that to the segue popover target, and then move the view to the right position in prepareForSegue:sender:
prepareForSegue:sender: