Hi, everyone
I want to ask about the passing parameter in objective C on iPhone simulator. Is it possible to pass an parameter (e.g. NSArray) to the delegate method?
I wrote a program, when the user press a button, it will call a function called 'pressLoginButton' (user-defined). After complete the function, I have to pass an NSArray and NSString to the delegate method (connectionDidFinishLoading() in NSURLConnection class). Is it possible to do it?