Classes

The following classes are available globally.

  • Used for customising the input suggestion accessory view’s appearance and behaviour.

    See more

    Declaration

    Swift

    public class ContactCustomizationBuilder
  • Custom Textfield used for attaching a custom accessory view acting as a contacts picker to the keyboard’s input accessory view.

    Note

    NSContactsUsageDescription should be set in Info.plist of the app for the UITextfield subclass to work as this subclass accesses contacts data.
    See more

    Declaration

    Swift

    public final class ContactsSuggestionTextField : UITextField