I would like to segue to a view controller rather like what you see in that app store for iPad that pops up when you tap an app. It's rather like a popover, but it's not attached to a button. Right now I'm using a popover attached to a hidden button, but I don't like it because it has a pointer pointing to the hidden button. I feel like this is something obvious to want, but I can't find a predefined segue to do this. Do I have to write my own?
The VC that I want to load this way is also called elsewhere using a popover from an actual button, so I want to retain that functionality.