G. Abhisek
1 min readDec 9, 2018

--

Thanks, Nikita for the appreciation. FruitListView is the first view of the application and it is being loaded from the storyboard as an initial controller. So it is internally built not dependent of any previous module’s action as in case of subsequent modules being built via navigation methods. So it would be quite simple and logically fine to initialize the module from the viewdidLoad() of the controller and moreover, it is calling a static method of the wireframe to initialize the module not holding any references.

--

--