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 |
Explain how app delegate is declared by Xcode project templates?
What is Delegation in iOS?
Why iphone apps are popular?
What happens when IApplication does not handle an event?
Which compiler is used by ios? : IOS Architect
Why do all model object attributes get marked with @dynamic and not synthesised?
What is ios viewdidload?
What is message forwarding?
Whats the difference between frame and bounds?
What is ipad screen size?
How nsoperationque works?
Explain the difference between 'protocol' and 'delegate'?