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

Popular posts from this blog

Invalid bundle error while upload the app to the app Store

Convert NsNumber, NSDate to String in iOS Swift

Global LocationManager Singleton class iOS Swift