Contents

preferredMinimumSize

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

Declaration

var preferredMinimumSize: NSSize { get }

Discussion

An app extension should return the minimum dimensions its primary view can accommodate, based on the items the app extension has been sent. By default, the value of this property is a small but non-empty size.

See Also

Related Documentation

Configuring an App Extension View Controller