BTUIKMobileCountryCodeFormField

Objective-C

@interface BTUIKMobileCountryCodeFormField : BTUIKFormField

Swift

class BTUIKMobileCountryCodeFormField : BTUIKFormField

@class Form field to collect a mobile country code

  • The country code

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly, nullable) NSString *countryCode;

    Swift

    var countryCode: String? { get }