DefaultUIPopoverPresentationControllerDelegateProtocol

class DefaultUIPopoverPresentationControllerDelegateProtocol(sourceView: UIView) : NSObject, UIPopoverPresentationControllerDelegateProtocol

Constructors

constructor(sourceView: UIView)

Properties

Link copied to clipboard
Link copied to clipboard
expect val description: String?
Link copied to clipboard
expect val hash: NSUInteger
Link copied to clipboard
expect val superclass: ObjCClass?

Functions

expect open fun adaptivePresentationStyleForPresentationController(controller: UIPresentationController): UIModalPresentationStyle
expect open fun adaptivePresentationStyleForPresentationController(controller: UIPresentationController, traitCollection: UITraitCollection): UIModalPresentationStyle
Link copied to clipboard
expect open override fun class(): ObjCClass?
Link copied to clipboard
expect open override fun conformsToProtocol(aProtocol: Protocol?): Boolean
Link copied to clipboard
expect open fun copy(): Any?
Link copied to clipboard
expect open fun debugDescription(): String?
Link copied to clipboard
expect open override fun description(): String?
Link copied to clipboard
expect open fun doesNotRecognizeSelector(aSelector: COpaquePointer?)
Link copied to clipboard
expect open fun finalize()
Link copied to clipboard
expect open fun forwardingTargetForSelector(aSelector: COpaquePointer?): Any?
Link copied to clipboard
expect open fun forwardInvocation(anInvocation: NSInvocation?)
Link copied to clipboard
expect open override fun hash(): NSUInteger
Link copied to clipboard
expect open fun init(): NSObject?
Link copied to clipboard
expect open override fun isEqual(object: Any?): Boolean
Link copied to clipboard
expect open override fun isKindOfClass(aClass: ObjCClass?): Boolean
Link copied to clipboard
expect open override fun isMemberOfClass(aClass: ObjCClass?): Boolean
Link copied to clipboard
expect open override fun isProxy(): Boolean
Link copied to clipboard
expect open fun methodForSelector(aSelector: COpaquePointer?): IMP?
Link copied to clipboard
expect open fun methodSignatureForSelector(aSelector: COpaquePointer?): NSMethodSignature?
Link copied to clipboard
expect open fun mutableCopy(): Any?
Link copied to clipboard
expect open override fun performSelector(aSelector: COpaquePointer?): Any?
expect open override fun performSelector(aSelector: COpaquePointer?, withObject: Any?): Any?
expect open override fun performSelector(aSelector: COpaquePointer?, withObject: Any?, _withObject: Any?): Any?
Link copied to clipboard
expect open fun popoverPresentationController(popoverPresentationController: UIPopoverPresentationController, willRepositionPopoverToRect: CPointer<CGRect>?, inView: CPointer<ObjCObjectVar<UIView?>>?)
expect open fun popoverPresentationControllerDidDismissPopover(popoverPresentationController: UIPopoverPresentationController)
expect open fun popoverPresentationControllerShouldDismissPopover(popoverPresentationController: UIPopoverPresentationController): Boolean
Link copied to clipboard
open override fun prepareForPopoverPresentation(popoverPresentationController: UIPopoverPresentationController)
Link copied to clipboard
expect open fun presentationController(controller: UIPresentationController, viewControllerForAdaptivePresentationStyle: UIModalPresentationStyle): UIViewController?
expect open fun presentationController(presentationController: UIPresentationController, prepareAdaptivePresentationController: UIPresentationController)
expect open fun presentationController(presentationController: UIPresentationController, willPresentWithAdaptiveStyle: UIModalPresentationStyle, transitionCoordinator: UIViewControllerTransitionCoordinatorProtocol?)
expect open fun presentationControllerDidAttemptToDismiss(presentationController: UIPresentationController)
Link copied to clipboard
expect open fun presentationControllerDidDismiss(presentationController: UIPresentationController)
Link copied to clipboard
expect open fun presentationControllerShouldDismiss(presentationController: UIPresentationController): Boolean
Link copied to clipboard
expect open fun presentationControllerWillDismiss(presentationController: UIPresentationController)
Link copied to clipboard
expect open override fun respondsToSelector(aSelector: COpaquePointer?): Boolean
Link copied to clipboard
expect open override fun superclass(): ObjCClass?