NSURLConnection
let's say I have a php file that will echo out some data after a little bit of time and I want to somehow get the information it echo's out from my application. I have an NSURLConnection that connects to the php but it doesn't continue to stay connected until the information is processed and printed out. How could I make this?
|