I have a VIPER ( SubjectList) module in which I want to have more in common HeaderModulewith SubjectListCollectionModuleand a BlockModule. At what point would I logically add HeaderModule?
I could enable modules in SubjectListViewModel, but I could also make them in SubjectListViewby creating them through the Builder interface using xibs. What is recommended?
source
share