Changes

Hiding the Keyboard when the User Taps the Background
@end
</pre>
<google>BUY_IPAD_BOTTOM</google>
Select the ''hideKeyboardViewController.m'' file and implement the action by calling the resignFirstResponder method of our textField object. Also modify the dealloc and viewDidUnload methods to free up the memory allocated to the textField outlet: