NotePersonalizationOptionBuilder

@interface NotePersonalizationOptionBuilder : PersonalizationOptionBuilder

NotePersonalizationOptionBuilder is used only to help construct the NotePersonalizationOption and should not be initialized directly. Instances of these properties should be instantiated and set in the NotePersonalizationOption 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 }
  • Theme used on NotesPersonalization. *

    Declaration

    Objective-C

    @property (readwrite, strong, nonatomic) VouchrTheme *theme;

    Swift

    var theme: VouchrTheme! { get set }