I've been working on the same puzzle that was solved with an IBAction and a NIB over at this Post:
UIPopover customization Post on stackoverflow
I was wondering, could this and how would this be implemented using a segue from a button or other control? It seems that I'm not getting the following line to take effect with my segue:
$popover.popoverBackgroundViewClass=[CustomPopoverBackgroundView class];
because none of my custompopover.h or .m code loads or gets called. Anyone care to enlighten me as to what i've implemented poorly?
Also, I used a bit from this tutorial, but I still seem to miss how to properly implement this:
Thanks for your attention!