InquiryViewController
class InquiryViewController : UIViewController, MFMailComposeViewControllerDelegate, UIPickerViewDelegate, UIPickerViewDataSource, UITextFieldDelegate
Undocumented
-
Undocumented
Declaration
Swift
var pickerDataSource: [String]
-
Undocumented
Declaration
Swift
func numberOfComponents(in pickerView: UIPickerView) -> Int
-
Undocumented
Declaration
Swift
func pickerView(_ pickerView: UIPickerView, numberOfRowsInComponent component: Int) -> Int
-
Undocumented
Declaration
Swift
func pickerView(_ pickerView: UIPickerView, titleForRow row: Int, forComponent component: Int) -> String?
-
Undocumented
Declaration
Swift
@IBOutlet var nameField: UITextField!
-
Undocumented
Declaration
Swift
@IBOutlet var parentNameField: UITextField!
-
Undocumented
Declaration
Swift
@IBOutlet var emailField: UITextField!
-
Undocumented
Declaration
Swift
@IBOutlet var streetField: UITextField!
-
Undocumented
Declaration
Swift
@IBOutlet var cityField: UITextField!
-
Undocumented
Declaration
Swift
@IBOutlet var stateField: UITextField!
-
Undocumented
Declaration
Swift
@IBOutlet var countryField: UITextField!
-
Undocumented
Declaration
Swift
@IBOutlet var sendButton: UIButton!
-
Undocumented
Declaration
Swift
@IBOutlet var yearApplying: UIButton!
-
Undocumented
Declaration
Swift
@IBOutlet var gradeApplying: UIButton!
-
Undocumented
Declaration
Swift
@IBOutlet var currentGrade: UIButton!
-
Undocumented
Declaration
Swift
@IBOutlet var howLearned: UITextField!
-
Undocumented
Declaration
Swift
override func viewDidLoad()
-
Undocumented
Declaration
Swift
@IBAction func sendClicked(_ sender: Any)
-
Undocumented
Declaration
Swift
func sendEmail(with input: String)
-
Undocumented
Declaration
Swift
func mailComposeController(_ controller: MFMailComposeViewController, didFinishWith result: MFMailComposeResult, error: Error?)
-
Undocumented
Declaration
Swift
@IBAction func applyForYear(_ sender: Any)
-
Undocumented
Declaration
Swift
@IBAction func applyForGrade(_ sender: Any)
-
Undocumented
Declaration
Swift
@IBAction func setCurrentGradeAttending(_ sender: Any)
-
Undocumented
Declaration
Swift
override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)
-
Undocumented
Declaration
Swift
func textFieldShouldReturn(_ textField: UITextField) -> Bool