Hello everybody,
I need to know how to dismiss a keyboard when the user taps a UITextField either by:
1. The user tapping the 'Done' or the 'Return' button in the bottom left hand side of the keyboard, or;
2. The user tapping outside the keyboard field, and the keyboard is dismissed (preferred method)
I'm coding in Xcode 5 for iOS 7 so Objective - C is my preferred language, not Swift.
Thanks!

I need to know how to dismiss a keyboard when the user taps a UITextField either by:
1. The user tapping the 'Done' or the 'Return' button in the bottom left hand side of the keyboard, or;
2. The user tapping outside the keyboard field, and the keyboard is dismissed (preferred method)
I'm coding in Xcode 5 for iOS 7 so Objective - C is my preferred language, not Swift.
Thanks!
