iphone - Mutiple inputs for function -


Hello, I have a function as shown below and at this time I call it a variable to SearchTerm I want to pass it to another variable (another string) How do I do this?

  - (zero) GetYoutube: (NSString *) SearchTerm {}   

Thanks for your future help: p

See below:

  (zero) GetYoutube: (NSString *) SearchTerm withOtherString: (NSString * ) MyOtherString {}   

will give you suggestions to go to obj-C ...

thanks

Comments