iconURL(fitting:)
A URL for the icon of the app.
Declaration
func iconURL(fitting size: CGSize) -> URL?Parameters
- size:
The size of the icon.
Return Value
The URL of the icon.
Discussion
The icon scales to fit the given size.
A URL for the icon of the app.
func iconURL(fitting size: CGSize) -> URL?The size of the icon.
The URL of the icon.
The icon scales to fit the given size.