I'm building an .api file for iOS app that is made with Xcode 7.2, i have two fields in my page - email and phone. When i try to edit the email or phone in textfield the keyboard appears.
Handle to hide keyboard in
- keyboard Done button
- Update button
- Textfield added over the UIControl, handle on TouchDown Event.
with code [self.view endEditing:TRUE];
but can't able to hide the keyboard.
Issue Occurs only when build .api file and launch.. if i debug the same version of code, its works fine - keyboard hidden when click done or when click over the view..
Any help is welcome..
Thanks!