Event
public enum Event
Encapsulates screen connections to or screen disconnections from the device.
-
A new screen has been connected to the device.
Declaration
Swift
case didConnect(UIScreen)
-
A screen has been disconnected from the device.
Declaration
Swift
case didDisconnect(UIScreen)