Explain about MVC Design patters

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


Please Help Members By Posting Answers For Below Questions

How can we achieve singleton pattern in iOS?

616


What are layer objects in iOS operating system?

609


How to fix tableviewcell dequeue issue ?

1184


Explain mutable and immutable types in objective c programming language?

631


How you can add frameworks in xcode project?

539


What is the use of double question marks (“??”) ?

613


When dealing with property declarations, what is the difference between atomic and non-atomic?

1213


What does @dynamic mean?

696


What is atomic and nonatomic in iOS operating system? What is run loop in iOS ?

648


So how is the new look different from the old look?

557


What is difference between category and extension in ios?

550


What is mvc pattern in ios?

609


What is nsoperation and nsoperationqueue in ios?

620


What is uikit in ios?

621


Define 'copy' keyword?

594