Answer Posted / 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 View All Answers
What is mvvm in ios?
What are the benefits of swift over objective-c ?
What are the different store migration options? When are they used?
What are the different delete rules that a relationship can have? Which one takes ownership?
What happens when you invoke a method on a nil pointer?
Difference between release and autorelease ?
What is @implementation?
What are the location services?
Explain app bundle?
What is arc ? How it works?
What is abstract class in ios?
How respond to state transitions on your app in ios?
Explain the difference between developer and enterprise developer accounts?
Define ipa?
What is block in ios objective c?