I needed to create a new method with 2 argument. I also need to call this method.
Easier said then done. Rather than try to add to the already volumnious documentation out there regarding objective c method name and parameters, here is what i did:
My declaration. It's a method called "updateLatLong" that has 2 arguments (a longitude and latitude)
-(void)updateLatLong:(NSString *)latitude longitude:(NSString *)longitude;