SnapscreenClipSharingNavigationController
@interface SnapscreenClipSharingNavigationController
Navigation Controller that contains a SnapscreenClipSharingViewController if you want to present the UI with a NavigationBar.
You can customize the NavigationBar and the NavigationItem of the rootViewController as preferred - by default the SnapscreenClipSharingViewController adds a Cancel item if presented modally.
-
Initialize the view controller with a sharing configuration and a delegate that receives the callbacks at the end of the sharing process.
Declaration
Objective-C
- (nonnull instancetype) initWithConfiguration: (nonnull SnapscreenClipSharingConfiguration *)configuration delegate:(nonnull id<SnapscreenClipSharingDelegate>)delegate;
Parameters
configuration
the sharing configuration
delegate
the delegate to receive callbacks