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
Will iphone 6 get ios 13?
What is cocoa and cocoa touch?
Why to keep user policies at server side rather on device? : IOS Architect
What is difference between static library and framework?
What is synthesize in ios?
What is urlsession?
What are the benefits of ios?
Explain me how to parse json?
Why core data is faster than sqlite?
An app is loaded into memory but is not executing any code. In which state will it be in?
Arc is compile time or run time feature?
What is context in core data ios?
What is singleton pattern in ios?
How we can wait for some thread to finish before starting another?
In a single model, can I have few entities in one sqlite db file and remaining in another sqlite db file?