LookbackSettingsViewController

Superclass:
UITableViewController
Declared In:

Introduction

User interface for changing settings for how to record, and optionally for starting and stopping a Lookback recording.

Use LookbackRecordingViewController instead. It is more full-featured:

and less intrusive, and has a button to access LookbackSettingsViewController



Methods

+settingsViewController
+settingsViewControllerForInstance:

settingsViewController


+ (instancetype)settingsViewController; 
Discussion

Loads a new LookbackSettingsViewController from the .storyboard. Don't instantiate this class directly.

You should present the result inside a UINavigationController.


settingsViewControllerForInstance:


+ (instancetype)settingsViewControllerForInstance:(Lookback*)lookback; 
Parameters
lookback

Shall only be the singleton instance [Lookback lookback].

Discussion

Compatibility method for old code using the less convenient method.

Deprecated


Properties

showsRecordButton

showsRecordButton


@property(nonatomic) BOOL showsRecordButton; 
Discussion

Whether it should be possible to start/stop recording from this view. Defaults to NO. You are encouraged to use LookbackRecordingViewController instead.