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 an ios framework?
What is view controller xcode?
What is difference between mvc and mvvm in ios?
What is a memory leak in ios?
Can a static library (.a) contain assets like pictures, sound documents and so on.?
Explain the difference between viewdidload and viewdidappear?
What is ios deadlock?
Assume that an app is not in foreground but is still executing code. In which state will it be in?
What are design patterns in ios?
What is framework in ios?
How to silent the noisy keyboard?
Define decoding or deserialization?
Explain me how to parse json?
How to implement "load more" using nsfetchedresultscontroller?
What is mvc and mvvm in ios?