Contents

init(capacity:)

Initializes a new keyframe sequence.

Declaration

convenience init(capacity numItems: Int)

Parameters

  • numItems:

    The initial capacity of the new sequence.

Return Value

A newly initialized empty sequence.

See Also

First Steps