Contents

preferredMaximumSize

For a view controller that is part of an app extension, the largest allowable size for the app extension’s primary view, in screen units.

Declaration

var preferredMaximumSize: NSSize { get }

Discussion

An app extension should return the maximum dimensions that are potentially useful for its root view, based on the items the service has been sent. By default, the value of this property is a large or infinite size.

See Also

Related Documentation

Configuring an App Extension View Controller