I am creating an iOS
app that consumes web services.
I have a class that makes the connections and stores the response in a variable. It also has a status variable where 1 indicates successful connection.
I have set up an NStimer
and a function to check when the connection and download is done and if it was successful.
My question is:
Is this a proper way to manage the connection and its outcome? any suggestions?