Class UIPopoverController

All Implemented Interfaces:
NSObjectProtocol, UIAppearanceContainer, ObjCProtocol

@Deprecated
public class UIPopoverController
extends NSObject
implements UIAppearanceContainer
Deprecated.
Deprecated in iOS 9.0. UIPopoverController is deprecated. Popovers are now implemented as UIViewController presentations. Use a modal presentation style of UIModalPresentationPopover and UIPopoverPresentationController.