Event
public enum Event
Encapsulates changes to the orientation of the app’s user interface and to the frame of the status bar.
-
The frame of the status bar has changed.
Declaration
Swift
case didChangeFrame(CGRect)
-
The orientation of the app’s user interface has changed.
Declaration
Swift
case didChangeOrientation(UIInterfaceOrientation)
-
The frame of the status bar is about to change.
Declaration
Swift
case willChangeFrame(CGRect)
-
The orientation of the app’s user interface is about to change.
Declaration
Swift
case willChangeOrientation(UIInterfaceOrientation)