below you\'ll find my .h & .m files for my primary viewcontroller.
I have 3 questions.
1.) Because I have multiple uitextfields, do I have to set each with
-(BOOL) textFieldShouldReturn: (UITextField *) textField{ [textField resignFirstResponder]; return YES; }
also connect your UITextField Delegate.
UITextField