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 can we achieve singleton pattern in iOS?
What are layer objects in iOS operating system?
How to fix tableviewcell dequeue issue ?
Explain mutable and immutable types in objective c programming language?
How you can add frameworks in xcode project?
What is the use of double question marks (“??”) ?
When dealing with property declarations, what is the difference between atomic and non-atomic?
What does @dynamic mean?
What is atomic and nonatomic in iOS operating system? What is run loop in iOS ?
So how is the new look different from the old look?
What is difference between category and extension in ios?
What is mvc pattern in ios?
What is nsoperation and nsoperationqueue in ios?
What is uikit in ios?
Define 'copy' keyword?