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 |
What is appdelegate?
Explain difference between nil and nil?
Can java run on ios?
What is didreceivememorywarning method in you viewcontroller?
What is the difference between let and var in swift?
What is UITableView?
Define decoding or deserialization?
How does the runtime handle message passing? What is message forwarding?
Explain the architecture of iphone? : IOS Architect
What is push notification?
Explain what is storyboard?
What is meant by delegate in ios?