Protocols

The following protocols are available globally.

  • The data source of a GCCountryPickerViewController object must adopt the GCCountryPickerDataSource protocol.

    See more

    Declaration

    Swift

    public protocol GCCountryPickerDataSource
  • The delegate of a GCCountryPickerViewController object must adopt the GCCountryPickerDelegate protocol.

    See more

    Declaration

    Swift

    public protocol GCCountryPickerDelegate