Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 525 Bytes

AppIconDeviceIdiomMapProtocol.md

File metadata and controls

27 lines (19 loc) · 525 Bytes

PROTOCOL

AppIconDeviceIdiomMapProtocol

public protocol AppIconDeviceIdiomMapProtocol

Returns the ImageIdioms based on AppIconDevice.

Methods

idiom(forDevice:)

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.