Contents

init(strokes:)

Creates a drawing object and populates it with a sequence of strokes the user provides.

Declaration

init<S>(strokes: S) where S : Sequence, S.Element == PKStroke

Parameters

See Also

Creating a drawing object