EnterpriseDS Documentation

Enumeration DSIcon​Rendering​Size

public enum DSIconRenderingSize: Int  

A type that defines the rendering size of a DSIcon.

There are several standard sizes that a DSIcon can display as.

let icon = DSIcon(renderingType: .refresh_outline)

icon.renderingSize = .size32
DSIconRenderingSize DSIconRenderingSize Int Int DSIconRenderingSize->Int

Conforms To

Int

Enumeration Cases

size16

case size16 = 16

A 16x16 DSIcon.

size20

case size20 = 20

A 20x20 DSIcon.

size24

case size24 = 24

A 24x24 DSIcon.

size32

case size32 = 32

A 32x32 DSIcon.