Contents

preferredScreenOrigin

For a view controller that is part of an app extension, the preferred screen origin.

Declaration

var preferredScreenOrigin: NSPoint { get set }

Discussion

Set this property to position the lower-left corner of the app extension’s primary view in screen space. To specify the desired primary view size for an app extension’s view controller, use the preferredContentSize property.

See Also

Related Documentation

Configuring an App Extension View Controller