Inherits from UIActivityViewController
Conforms to UIPopoverControllerDelegate
UIPopoverPresentationControllerDelegate
Declared in UAActivityViewController.h

Overview

Wrapper around UIActivityViewController that takes an optional block that will fire after the view disappears.

Properties

dismissalBlock

Block called after the view has disappeared.

@property (nonatomic, copy, nullable) void ( ^ ) ( void ) dismissalBlock

Declared In

UAActivityViewController.h

Instance Methods

sourceRect

Returns the desired source rect dimensions for the popover.

- (CGRect)sourceRect

Declared In

UAActivityViewController.h