Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Instance Methods | List of all members
WindowViewController Class Reference
Inheritance diagram for WindowViewController:

Instance Methods

(WindowViewController *) - initWithWindow:
 
(void) - viewDidLoad [implementation]
 
(void) - didReceiveMemoryWarning [implementation]
 
(void) - viewWillTransitionToSize:withTransitionCoordinator: [implementation]
 

Detailed Description

Definition at line 15 of file Window_ios.mm.

Method Documentation

◆ didReceiveMemoryWarning

- (void) didReceiveMemoryWarning
implementation

Definition at line 117 of file Window_ios.mm.

141 {
142 // nothing yet
143}

◆ initWithWindow:

- (WindowViewController *) initWithWindow: (sk_app::Window_ios*)  initWindow
Initial value:

Definition at line 117 of file Window_ios.mm.

129 :(sk_app::Window_ios *)initWindow {
130 self = [super initWithNibName:nil bundle:nil];
131 if (self) {
132 fWindow = initWindow;
133 }
134 return self;
135}

◆ viewDidLoad

- (void) viewDidLoad
implementation

Definition at line 117 of file Window_ios.mm.

137 {
138 // nothing yet
139}

◆ viewWillTransitionToSize:withTransitionCoordinator:

- (void) viewWillTransitionToSize: (CGSize)  size
withTransitionCoordinator: (id<UIViewControllerTransitionCoordinator>)  coordinator 
implementation

Definition at line 117 of file Window_ios.mm.

145 :(CGSize)size
146 withTransitionCoordinator:(id<UIViewControllerTransitionCoordinator>)coordinator {
147 // handle rotations here
148}
const uintptr_t id

The documentation for this class was generated from the following file: