init(supportedFeatureSet:)
Creates a markup toolbar view controller.
Declaration
@MainActor @preconcurrency init(supportedFeatureSet: FeatureSet)Parameters
- supportedFeatureSet:
The supported features of this toolbar.
Discussion
The feature set limits the tools / actions a person can access from this toolbar. Also set supportedFeatureSet on any PaperMarkupViewController you use.