SWRegistrationViewController
class SWRegistrationViewController : SWBaseViewController, UITextFieldDelegate
Undocumented
-
Undocumented
Declaration
Swift
@IBOutlet weak var countryNameLabel: UILabel!
-
Undocumented
Declaration
Swift
@IBOutlet weak var btnCountryPicker: UIButton!
-
Undocumented
Declaration
Swift
@IBOutlet weak var mobileNumberTextField: UITextField!
-
Undocumented
Declaration
Swift
@IBOutlet weak var signingTermsAndConditionNote: SWTextViewNoSelection!
-
Undocumented
Declaration
Swift
@IBOutlet weak var errorLabel: UILabel!
-
Undocumented
Declaration
Swift
var keyboardNextButtonView: UIToolbar!
-
Undocumented
Declaration
Swift
var keyBoardToolText: UILabel?
-
Undocumented
Declaration
Swift
var appDelegate: AppDelegate?
-
Undocumented
Declaration
Swift
var selectedCountryCode: String
-
Undocumented
Declaration
Swift
var user: SWUser?
-
Undocumented
Declaration
Swift
var isLinkingFlow: Bool
-
Undocumented
Declaration
Swift
var isControllerPresented: Bool
-
Undocumented
Declaration
Swift
weak var delegate: SWRegistrationViewControllerDelegate?
-
Undocumented
Declaration
Swift
@objc weak var registrationRedirectionDelegate: SWLoginPopupViewControllerDelegate?
-
Undocumented
Declaration
Swift
var signingNoteText: String
-
Undocumented
Declaration
Swift
override func viewDidLoad()
-
Undocumented
Declaration
Swift
override func viewWillAppear(_ animated: Bool)
-
Undocumented
Declaration
Swift
override func viewDidAppear(_ animated: Bool)
-
Undocumented
Declaration
Swift
func setUpUserInterface()
-
Undocumented
Declaration
Swift
override func viewDidDisappear(_ animated: Bool)
-
this closes the presented view controller
Declaration
Swift
@objc func dismissView()
-
Undocumented
Declaration
Swift
@objc func sendPressed()
-
Undocumented
Declaration
Swift
func registerationRequest()
-
Undocumented
Declaration
Swift
@IBAction func openCountryPicker(_ sender: Any)
-
Undocumented
Declaration
Swift
func startOtpFlow()
-
Undocumented
Declaration
Swift
func showOTPController()
-
Undocumented
Declaration
Swift
func validate(value: String) -> Bool
-
Undocumented
Declaration
Swift
func textFieldDidBeginEditing(_ textField: UITextField)
-
Undocumented
Declaration
Swift
func textField(_ textField: UITextField, shouldChangeCharactersIn range: NSRange, replacementString string: String) -> Bool