Skip to content

v1.0: Coordinator ownership architecture update

Compare
Choose a tag to compare
@mkj-is mkj-is released this 09 Jan 10:34
99d445f

View models are now created inside the coordinator. The view model has reference to coordinator and view controller, so the view controller no longer deals with any navigation logic.

  • Add source to action sheet for iPad popover presentation
  • Add calls of delegate in default coordinator stop method
  • Simplify configuration of controllers (use method instead of closure)
  • Add example scene for testing
  • Remove Coordinated protocol
  • Rename view reference to view controller
  • Add example scene for testing