Skip to content

In this project I test some architectural patterns.

Notifications You must be signed in to change notification settings

dsychev80/Communication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Communication

This project, made for learning purposes to sending data between one main viewController and two its child viewControllers. The main goal of this communication is separation of concerns. To avoid of massive view controller sometimes it needs to split UI into different sections, and for each of these sections create its own viewController.

Application in this project consist only with one screen. You can see on main screen two areas, one - upper (on image in green square), is for parent data (name, age, etc.), another - lower (on image in yellow square), is for info of children of that parent. Each of these areas and the button for adding new child lays down on the main view (Maybe the "addChild" button is need to be laying out on upper view and managing from upper viewController).

All UI in this project performed programmatically.

About

In this project I test some architectural patterns.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages