kudoleh / iOS-Clean-Architecture-MVVM

Template iOS app using Clean Architecture and MVVM. Includes DIContainer, FlowCoordinator, DTO, Response Caching and one of the views in SwiftUI
https://tech.olx.com/clean-architecture-and-mvvm-on-ios-c9d167d9f5b3
3.91k stars 672 forks source link

Adding support for instantiate viewcontroller using identifier #35

Open nagibazad opened 7 months ago

nagibazad commented 7 months ago

Storyboard can be instantiated using identifier also. So added a defaultIdentifier that will be of format MyViewControllerIdentifier. And also updated the default implementation of storyboard initialization to accept the identifier.