Contents

applicationFrame

The frame rectangle for the app window, measured in points.

Declaration

var applicationFrame: CGRect { get }

Discussion

This property contains the bounds rectangle used by the app window, which may be different than the screen bounds themselves. This rectangle is specified in the current coordinate space, which takes into account any interface rotations in effect for the device. Therefore, the value of this property may change when the device rotates between portrait and landscape orientations.

See Also

Deprecated properties