Explain about MVC Design patters



Explain about MVC Design patters..

Answer / babu

In MVC design pattern Models represent data, views represent user interfaces, and view controllers mediate the interactions between the two of them. The main disadvantage of MVC design pattern is view controller is dependent and the view controller has lots of lines of code to manage the business logic and User interface.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

Name the application thread from where uikit classes should be used?

0 Answers  


What happens when we invoke a method on a nil pointer?

0 Answers  


Does ios supports multi-tasking functionality?

0 Answers  


What is the benefit of setting reuseidentifier to a non-nil value?

0 Answers  


Explain code signing in ios?

0 Answers  






What major changes released in ios7, ios8, ios9+?

0 Answers  


What are the different store migration options?

0 Answers  


 How can you respond to state transitions on your app? 

1 Answers  


What does use core data mean in xcode?

0 Answers  


What happens if the methods doesn’t exist?

0 Answers  


Explain what is a framework?

0 Answers  


What is the difference between viewdidload and viewdidappear?

0 Answers  


Categories