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
How core data differs from sqlite?
What is difference between static library and framework?
What is category in ios?
Which object is create by uiapplicationmain function at app launch time?
What is thread in ios swift?
What is Delegation in iOS?
What is nspersistentstore?
What is clean architecture ios?
Explain ios switching applications?
An app is loaded into memory but is not executing any code. In which state will it be in?
Difference between categories and extensions?
What is delegate protocol in ios?
What happens if iapplication object does not handle an event?
Enlist the latest ios development patform?
What is the use of double question marks (“??”) ?