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.
Initializes a new keyframe sequence.
convenience init(capacity numItems: Int)The initial capacity of the new sequence.
A newly initialized empty sequence.