I understand how to create my own methods that accept input parameters in objective-c but I have never actually created a method with more than one input parameter!
From
No. A method must have the format as you described:
- (void)first:(NSString *)fname second:(NSString *)mname third:(NSString *)lname;