ananthbh / SurveyList

0 stars 0 forks source link

Coordinator pattern #12

Open teamdisc opened 6 years ago

teamdisc commented 6 years ago

I love that you use Coordinator pattern here even for a small project like this. This is pretty similar to what we do as well. We developed our Flow controller to control each flow also. and it seems to me that you like to set everything up in viewDidLoad and use blocks to notify Coordinator when transition to another view controller is needed. We use a pretty alike approach as well. 👍🏻

ananthbh commented 6 years ago

Thank you!