Contents

numericText(countsDown:)

Creates a content transition intended to be used with Text views displaying numeric text. In certain environments changes to the text will enable a nonstandard transition tailored to numeric characters that count up or down.

Declaration

static func numericText(countsDown: Bool = false) -> ContentTransition

Parameters

  • countsDown:

    True if the numbers represented by the text are counting downwards.

Return Value

A new content transition.

See Also

Getting content transitions