UICountDownType

public enum UICountDownType

Decides the type of UITimer

  • Shows the UICountDown in a single digit format in which both numbers of the value animate at the same time.

    Declaration

    Swift

    case singleDigit
  • Shows the UICountDown in a double digit format in which each number of the value animates separately.

    Declaration

    Swift

    case doubleDigit