VONotePersonalizationOptionBuilder
@interface VONotePersonalizationOptionBuilder : VOPersonalizationOptionBuilder
VONotePersonalizationOptionBuilder is used only to help construct the VONotePersonalizationOption and should not be initialized directly.
Instances of these properties should be instantiated and set in the VONotePersonalizationOption notePersonalizationOptionWithBuilder: method.
-
The list of fonts that users will be have access to when creating a note. *
Declaration
Objective-C
@property (assign, readwrite, nonatomic) NSArray<NSString *> *fontNames;Swift
var fontNames: [String]! { get set } -
The list of fonts that users will be have access to when creating a note. *
Declaration
Objective-C
@property (assign, readwrite, nonatomic) NSArray<UIColor *> *fontColors;Swift
var fontColors: [UIColor]! { get set }
View on GitHub
VONotePersonalizationOptionBuilder Class Reference