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 gcd in ios swift?
What compilers apple using ?
What does static analyser do?
What’s the difference between mkannotation and mkpointannotation?
What is swift and what is objective-c?
Explain formal protocols?
What is ios closure?
What is code signing in iOS operating system?
What are different ways that you can specify the layout of elements in a uiview?
What is nsmanagedobjectcontext? What are the different concurrency types?
What is an ios framework?
What is atomic and non atomic in ios?
Explain how an autorelease pool works at the runtime level in iOS
Implement the following methods: retain, release, auto release in iOS operating system?
How to fix tableviewcell dequeue issue ?