You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Azmal Tech edited this page Dec 15, 2016
·
1 revision
// Disappear keyboard by clicking on keyboard return-button
/* at first of all textField have to attach Outlets→delegate with view-controller
and protocal UITextFieldDelegate add with class
*/
class ViewController: UIViewController, UITextFieldDelegate{