ios - How to use Viper architecture in UITabBarController -


i using uinavigation controller root view controller navigate app.after login/sign-up app launches uitab-bar-controller has static tabs(ui-view-controllers),which created/linked in storyboard.

here getting nil in presenter obj in tab bar (view-controller) class, because may pushed ui-tab-bar-controller not viewcontroller in uinavigationcontroller , when try call presenter. have no clue how manage tab bar internal class while changing tabs.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -