This is probably a simple question, I am trying to use MVC to build my App.
Is data from the server also part of the “Model”, in MVC?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, it is. In most cases you’ll have the .xib file as the view, the .m files as the controller(-ish) and the web as the model.