Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 543 Bytes

AppIconDeviceIdiomMap.md

File metadata and controls

27 lines (19 loc) · 543 Bytes

STRUCT

AppIconDeviceIdiomMap

public struct AppIconDeviceIdiomMap: AppIconDeviceIdiomMapProtocol

Returns the ImageIdioms based on AppIconDevice.

Methods

idiom(forDevice:)

public func idiom(forDevice device: AppIconDevice) -> [ImageIdiom]

Returns the ImageIdioms based on AppIconDevice.

  • Parameter device: The AppIconDevice.
  • Returns: An Array of ImageIdioms based on the AppIconDevice.

Parameters

Name Description
device The AppIconDevice.