I built a mobile application and one of the ways that i wanna explain it to people is by four-tier architecture; so after a little reading and research. From what i understood i did this design
enter image description here looking at the communication between first two layers I'm not sure if i did it correctly. i think that i read somewhere that each tier have to be separated physically which obviously is not. but its satisfied that both layers can be built separately..right?

in the end is the diagram representing a four-tier architecture correctly. Thanks in advance

有帮助吗?

解决方案

Yeah, that looks about right. The main iOS programming paradigm is model-view-controller (MVC), so you could add a controller tier in between presentation and business logic.

其他提示

Tiers do not have to have a physical seperation so don't get too hung up on that.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top