Classes

The following classes are available globally.

  • The GCCountryPickerViewController class defines a view controller containing a country picker interface.

    By default, the country picker interface displays the 249 countries that have been officially assigned ISO 3166-1 alpha-2 country codes as part of the ISO 3166 standard. You can customize which countries the country picker interface displays by setting the data source property and adopting the GCCountryPickerDataSource protocol.

    See more

    Declaration

    Swift

    public final class GCCountryPickerViewController: UITableViewController
  • The GCCountry class defines an object that contains the country code, calling code, and localized display name for a country.

    See more

    Declaration

    Swift

    public final class GCCountry: NSObject