Skip to content

Latest commit

 

History

History
148 lines (94 loc) · 1.92 KB

File metadata and controls

148 lines (94 loc) · 1.92 KB

ENUM

Sizes

public enum Sizes: Float, CaseIterable

Prebuilt sizes for App Icons.

Cases

osxicon160

case osxicon160 = 16.0

An OS X icon.

iosnotification200

case iosnotification200 = 20.0

An iPhone or iPad notification icon.

watchnotification38mm240

case watchnotification38mm240 = 24.0

A 38mm Apple Watch notification center icon.

watchnotification42mm275

case watchnotification42mm275 = 27.5

A 42mm Apple Watch notification center icon.

settingsicon290

case settingsicon290 = 29.0

An iPhone or iPad settings icon for iOS 7 or later. An Apple Watch companion settings icon.

osxicon320

case osxicon320 = 32.0

An OS X icon.

watchicon400

case watchicon400 = 40.0

An iPhone or iPad Spotlight search results icon on iOS 7 or later. The main Apple Watch app icon.

watchlongnotification440

case watchlongnotification440 = 44.0

An Apple Watch long-look notification icon.

iphoneicon600

case iphoneicon600 = 60.0

The main iPhone app icon for iOS 7 or later.

ipadicon760

case ipadicon760 = 76.0

The main iPad app icon for iOS 7 or later.

ipadproicon835

case ipadproicon835 = 83.5

The main iPad Pro app icon.

watchlongnotification860

case watchlongnotification860 = 86.0

A 38mm Apple Watch short-look notification icon.

watchlongnotification980

case watchlongnotification980 = 98.0

A 42mm Apple Watch short-look notification icon.

osxicon1280

case osxicon1280 = 128.0

An OS X icon.

osxicon2560

case osxicon2560 = 256.0

An OS X icon.

osxicon5120

case osxicon5120 = 512.0

An OS X icon.

appstoreicon

case appstoreicon = 1024.0

The App Store icon.