Explain about MVC Design patters
Answer / 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 |
Define content offset?
What are the skills required for ios developer?
Explain ios multitasking?
Can you explain ios design patterns?
What is the significance of autorelease?
Describe what “app thinning” means ?
Define fast enumeration?
What is latest ios version?
What is singleton in ios swift?
Explain how you can add frameworks in Xcode project?
Whats the difference between frame and bounds?
What is mvvm in ios?