Contents

screenshotURLs(fitting:)

An array of the app’s screenshot URLs.

Declaration

func screenshotURLs(fitting size: CGSize) -> [URL]

Parameters

  • size:

    The size of the screenshots.

Return Value

The URLs of the screenshots.

Discussion

The screenshots scale to fit the given size.

See Also

Obtaining general information