Index Hierarchy UAActivityViewController Class Reference Inherits from UIActivityViewController Conforms to UIPopoverControllerDelegateUIPopoverPresentationControllerDelegate Declared in UAActivityViewController.h Overview Wrapper around UIActivityViewController that takes an optional block that will fire after the view disappears. Tasks dismissalBlock property – sourceRect 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 Index Hierarchy