What are the design patterns in ios?



What are the design patterns in ios?..

Answer / Prabhat Jageshwari

Design patterns in iOS are reusable solutions to common software design problems. Some popular design patterns used in iOS include: Singleton (ensures a class has only one instance), Delegate (allows two objects to communicate), Factory (creates objects without specifying the exact class of object that will be created), Observer (one-to-many dependency between objects), and Model-View-Controller (separates an application into three interconnected components: model, view, and controller).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

What are the skills required for ios developer?

1 Answers  


How to parse xml? Explain

1 Answers  


Explain about iphone application development?

1 Answers  


What is sandbox in iOS operating system?

1 Answers   Winsol Solutions,


Explain the difference between inheritance and category?

1 Answers  


How to silent the noisy keyboard?

1 Answers  


Explain what is ios?

1 Answers  


What is suspended state in ios?

1 Answers  


 Explain retain counts

1 Answers  


What is gcd ios?

1 Answers  


What is a model class?

1 Answers  


Push notification working in ios?

1 Answers  


Categories