From 32b0124b5ec2d8ca0ea9f6b8a841de4cde3853d8 Mon Sep 17 00:00:00 2001 From: gme_2 Date: Thu, 13 Sep 2018 15:58:01 +0900 Subject: [PATCH] end editing while continue --- .../kycForm1/User Interface/View/kycForm1ViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GMERemittance/Module/New Group/kycForm1/User Interface/View/kycForm1ViewController.swift b/GMERemittance/Module/New Group/kycForm1/User Interface/View/kycForm1ViewController.swift index 723ca09a..f8b5e405 100644 --- a/GMERemittance/Module/New Group/kycForm1/User Interface/View/kycForm1ViewController.swift +++ b/GMERemittance/Module/New Group/kycForm1/User Interface/View/kycForm1ViewController.swift @@ -94,7 +94,7 @@ class KycForm1ViewController: UIViewController { // MARK: IBActions @IBAction func save(_ sender: UIButton) { - self.view.endEditing(truei) + self.view.endEditing(true) self.kycModel.firstName = self.firstNameTextField.text! self.kycModel.middleName = self.middleNmaeTextField.text! self.kycModel.lastName = self.lastNameTextField.text!