Can I make POST or GET requests from an iphone application?
In this article, the second answer mentions ‘Assume your class has a responseData instance variable, then.’ What does this mean and how would I add one?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In your class’s header file, there will be a section along these lines:
Inside, the braces, add a declaration for the instance variable you want:
I’d recommend reading The Objective-C Programming Language if this is unfamiliar to you, because there are a lot of aspects of the language that are more subtle than this.