LulwahAlmisfer / CoordinatorPattern_UIKit

Learning coordinator design pattern

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoordinatorPattern_UIKit

Learning coordinator design pattern

my notesđź“ť :

the coordinator pattern lets us decouple our view controllers so that each one has no idea what view controller came before or comes next.

now the view controller is not resposible about creating, configuring, and presenting another VCs.

About

Learning coordinator design pattern


Languages

Language:Swift 100.0%