Contents

latest

A new feature set supporting all features.

Declaration

static var latest: FeatureSet { get }

Discussion

To automatically get the latest features that PaperKit adds in new releases use .latest, to avoid new releases adding unexpected functionality to your app use a specific version like .version1.

See Also

Creating a feature set