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 |
How do I get a call when my ipad rings?
Explain me how to parse json?
applications that can be used with iphone
Are the nsmanagedobjectcontext queues serial or concurrent?
Why to keep user policies at server side rather on device? : IOS Architect
What is ios application life cycle?
Explain what is iphone reference library?
Explain alamofire benefits
What is the concurrency how many ways you know to achieve concurrency?
Explain the correct way to manage Outlets memory in iOS.
Is it safe to update to ios 13?
What is didreceivememorywarning method in you viewcontroller?