Contents

maximumSize

The maximum accepted size of a thumbnail.

Declaration

var maximumSize: CGSize { get }

Discussion

The maximumSize accepted is also the preferred size of the thumbnail that you need to create. Your generated thumbnail’s width or height should match the width or height of the maximumSize, or, ideally, both.

See Also

Describing the Requested Thumbnail