Is it possible to quickly present a UIView in a UIPopoverController without having a UIViewController managing the UIView?
Currently I have a “DelegateViewController” that gets my view passed. Then I use that controller for presentation. But I’m wondering if there is an easier way?
If you have a
UIView, then you can easily create a plainUIViewControlleras a container.