There are 3 architecture I found which are used for app development. Which one is the best for iOS development? Thanks.
Asked
Active
Viewed 1,140 times
-2
-
this should be potentially moved to http://programmers.stackexchange.com/ – fr_andres Oct 13 '16 at 06:29
-
see this http://meta.stackoverflow.com/a/254571/4511978 – fr_andres Oct 13 '16 at 06:30
-
There is no best architecture. Different situations call for different solutions. As it is, i think this question is too broad. If you describe what you are trying to achieve in detail, maybe we can help you choose one that suits your needs. – bkaf Oct 13 '16 at 06:40
1 Answers
-3
MVC is best for iOS development.
Important advantages of MVC Model:
1. Faster development process
2. Ability to provide multiple views
3. Support for asynchronous technique
4. Modification does not affect the entire model
5. MVC model returns the data without formatting
6. SEO friendly Development platform
also check following links:
What are the main advantages of MVC pattern over the old fashioned 3-layer pattern
https://www.raywenderlich.com/132662/mvc-in-ios-a-modern-approach

Community
- 1
- 1

Vishal Khatri
- 954
- 2
- 12
- 32