UpdateProfileVC
class UpdateProfileVC: UIViewController, UITextFieldDelegate, MMPickerViewDelegate, UINavigationControllerDelegate, UIImagePickerControllerDelegate
Undocumented
-
Undocumented
Declaration
Swift
@IBOutlet weak var btnUserProfileImg: UIButton! -
Undocumented
Declaration
Swift
@IBOutlet weak var btnGender: UIButton! -
Undocumented
Declaration
Swift
@IBOutlet weak var constraintBottomView: NSLayoutConstraint! -
Undocumented
Declaration
Swift
@IBOutlet weak var txtName: UITextField! -
Undocumented
Declaration
Swift
@IBOutlet weak var btnCancel: UIButton! -
Undocumented
Declaration
Swift
var selectedGender : String? -
Undocumented
Declaration
Swift
var selectedImage : UIImage? -
Undocumented
Declaration
Swift
weak var parentVC : MeVC? -
Undocumented
Declaration
Swift
override func viewDidLoad() -
Undocumented
Declaration
Swift
func loadFields() -
Undocumented
Declaration
Swift
@objc func keyboardWillShow(notification: NSNotification) -
Undocumented
Declaration
Swift
@objc func keyboardWillHide(notification: NSNotification) -
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
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 validateUserInfo() -> String? -
Undocumented
Declaration
Swift
func hideUpdateProfile(comlete : @escaping () -> Void) -
Undocumented
Declaration
Swift
@IBAction func userFormActions(_ sender: UIButton) -
Undocumented
Declaration
Swift
@IBAction func cancel(_ sender: UIButton) -
Undocumented
Declaration
Swift
@IBAction func doneUpdate(_ sender: UIButton)
UpdateProfileVC Class Reference