Inherits from UIViewController
Declared in RBStoryboardLink.h
RBStoryboardLink.m

Overview

Basically, what this class does is create a linked scene, put it in a containter view controller, and copy all the linked scene’s properties into the container view controller.

Tasks

Properties

scene

The contained UIViewController from the destination view controller.

@property (nonatomic, strong, readonly) UIViewController *scene

Declared In

RBStoryboardLink.h

sceneIdentifier

(Optional) The identifier of the scene to show. This should be set in the Interface Builder identity inspector.

@property (nonatomic, copy) NSString *sceneIdentifier

Declared In

RBStoryboardLink.h

storyboardName

The name of the storyboard that should be linked. This should be set in the Interface Builder identity inspector.

@property (nonatomic, copy) NSString *storyboardName

Declared In

RBStoryboardLink.h