iOS-Clean-Architecture-MVVM
iOS-Clean-Architecture-MVVM copied to clipboard
Adding support for instantiate viewcontroller using identifier
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.