LookbackRecordingViewController

Superclass:
UIViewController
Declared In:

Introduction

Simple UI to start/stop recording, access settings and list experiences. Displayed on top of your app as a separate UIWindow.



Methods

-dismissAnimated:
+presentOntoScreenAnimated:

dismissAnimated:


- (void)dismissAnimated:(BOOL)animated; 
Parameters
animated

Whether to do so in an animated fashion.

Discussion

Destroys the overlay window and removes the receives from the screen.


presentOntoScreenAnimated:


+ (instancetype)presentOntoScreenAnimated:(BOOL)animated; 
Parameters
animated

Whether to present the vc with an animation.

Discussion

Creates a window on top of the app and displays this view controller.