I want to download data from HTTP using username and password for authentication using objective-c. And want to download the data which will be returned. And want to parse it for usage, like if the data gets downloaded successfully a new screen will be opened and if data could not be downloaded it would take me to another screen.
Please let me know if there is any full tutorial related to this or let me know how can I do this .. ?
thanks in advance
Use the connection delegate
and use the parsing delegate