iOS Developer Question:

How to download something from the internet?

iOS Developer Interview Question
iOS Developer Interview Question

Answer:

By Using NSURLConnection , by starting connection or sending synchronous request.


Previous QuestionNext Question
Explain me what is ARC? How it works?What happens if the methods doesn’t exist?