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

Popular posts from this blog

android - How can I execute default sms app? -

jquery .css('text-decoration') doesn't work from parents -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -