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 to handle concurrency problems in core data?
What is the significance of autorelease?
Define content offset?
What is block in ios objective c?
What are the different delete rules that a relationship can have? Which one takes ownership?
How to download something from the internet?
What is dispatch queue in ios?
Explain difference between mrc and arc?
what are the two different smart groups in Xcode?
What is cocoa touch in ios?
Explain me what is arc? How it works?
What is nsfetchedresultscontroller? How do you turn on content monitoring?
Explain parent-child context setup. How does it work?
What is a memory leak ios?
Explain your process for tracing and fixing a memory leak iOs?