AKFConfiguring
Há uma versão mais recente desta classe disponível. Confira. a versão mais recente.

Defines the properties that can be configured for the Account Kit UI.

Declared in:AKFConfiguring.h
Propriedades
blacklistedCountryCodes

List of country codes to disallow.

@property (nonatomic, copy) NSArray<NSString *> *blacklistedCountryCodes;
Declarado em: AKFConfiguring.h
defaultCountryCode

Specifies the default country code to select.

@property (nonatomic, copy) NSString *defaultCountryCode;
Declarado em: AKFConfiguring.h
enableSendToFacebook

Specifies if the app supports sending codes to Facebook (as an SMS alternative)

@property (nonatomic) BOOL enableSendToFacebook;
Declarado em: AKFConfiguring.h
whitelistedCountryCodes

List of country codes to allow.

@property (nonatomic, copy) NSArray<NSString *> *whitelistedCountryCodes;
Declarado em: AKFConfiguring.h