Link tabbarViewController from one stroyboard to another iOS swift
Problem:
I'm using one storyboard with viewcontrollers with tab bar of three controllers.I want to add one viewcontroller from another staoryboard file in my project.How can i achieve this?
Solution:
In project Navigator get the storyboard reference and add it to your project then in navigator menu select the storyboard name that you have to link.Then select this file is one of your viewcontroller for tabbar.
Comments
Post a Comment