LoginVC1
class LoginVC1: UIViewController , UITextFieldDelegate, MMPickerViewDelegate, UINavigationControllerDelegate, UIImagePickerControllerDelegate
Undocumented
-
Undocumented
Declaration
Swift
@IBOutlet weak var btnNext: GRButtonTwo! -
Undocumented
Declaration
Swift
@IBOutlet weak var btnUserProfileImg: UIButton! -
Undocumented
Declaration
Swift
@IBOutlet weak var btnGender: UIButton! -
Undocumented
Declaration
Swift
@IBOutlet weak var btnCountryCode: UIButton! -
Undocumented
Declaration
Swift
@IBOutlet weak var btnCancel: UIButton! -
Undocumented
Declaration
Swift
@IBOutlet weak var scrollView: UIScrollView! -
Undocumented
Declaration
Swift
@IBOutlet weak var constraintBottomView: NSLayoutConstraint! -
Undocumented
Declaration
Swift
@IBOutlet weak var txtPhone: UITextField! -
Undocumented
Declaration
Swift
@IBOutlet weak var txtVerificationCode: UITextField! -
Undocumented
Declaration
Swift
@IBOutlet weak var txtName: UITextField! -
Undocumented
Declaration
Swift
@IBOutlet weak var subViewOne: UIView! -
Undocumented
Declaration
Swift
@IBOutlet weak var btnResendCode: UIButton! -
Undocumented
Declaration
Swift
var selectedGender : String? -
Undocumented
Declaration
Swift
var selectedImage : UIImage? -
Undocumented
Declaration
Swift
var selectedCountryCode = "PK" -
Undocumented
Declaration
Swift
var pickerType = LoginVCPickerType.Gender -
Undocumented
Declaration
Swift
var currentPageIndex : CGFloat = 0 -
Undocumented
Declaration
Swift
weak var parentVC : LoginVC? -
Undocumented
Declaration
Swift
var countryCodes : [String]! -
Undocumented
Declaration
Swift
override func viewDidLoad() -
Undocumented
Declaration
Swift
override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) -
Undocumented
Declaration
Swift
func selectUserPhoto(type : UIImagePickerControllerSourceType) -
Undocumented
Declaration
Swift
func imagePickerController(_ picker: UIImagePickerController, didFinishPickingMediaWithInfo info: [String : Any]) -
Undocumented
Declaration
Swift
func imagePickerControllerDidCancel(_ picker: UIImagePickerController) -
Undocumented
Declaration
Swift
@objc func keyboardWillShow(notification: NSNotification) -
Undocumented
Declaration
Swift
@objc func keyboardWillHide(notification: NSNotification) -
Undocumented
Declaration
Swift
func hidePhoneLogin(comlete : @escaping () -> Void) -
Undocumented
Declaration
Swift
func didSelectDate(date: NSDate) -
Undocumented
Declaration
Swift
func didSelectRow(index: Int) -
Undocumented
Declaration
Swift
func numberOfRowsInComponent() -> Int -
Undocumented
Declaration
Swift
func titleForRowAtIndex(index: Int) -> String? -
Undocumented
Declaration
Swift
func textFieldShouldReturn(_ textField: UITextField) -> Bool -
Undocumented
Declaration
Swift
func sendVerificationCode(toNumber : String, complete : @escaping (_ errorDesc : String?) -> Void) -
Undocumented
Declaration
Swift
func validateUserInfo() -> String? -
Undocumented
Declaration
Swift
@IBAction func userFormActions(_ sender: UIButton) -
Undocumented
Declaration
Swift
@IBAction func cancel(_ sender: UIButton) -
Undocumented
Declaration
Swift
@IBAction func next(_ sender: UIButton) -
Undocumented
Declaration
Swift
@IBAction func resendCode(_ sender: UIButton)
LoginVC1 Class Reference