Questions tagged [storyboard-reference]
19 questions
21
votes
6 answers
Use Storyboard References While Retaining Icons & Text for Tab Bar Controller
I started refactoring one of my projects to make the code easier to manage and the Tab Bar Controller lost its icons for which tab represents what. Without this I'm a bit lost which tab is what for re-ordering purposes.
How do I get the icons to…

Joseph Astrahan
- 8,659
- 12
- 83
- 154
20
votes
9 answers
Tab bar icon and title not showing with Storyboard References
I have the following storyboard with a segue to a storyboard reference:
The problem is that when I run the app, it doesn't show the icon or the title:
These are the item settings:
What am I missing?

MVZ
- 2,220
- 5
- 27
- 57
6
votes
1 answer
Storyboard reference to cocoapods storyboard seems broken
I have a project called "ViewTester" with a cocoapod linked to it called "blub"
Now in the main.storyboard i want to reference blubstory.storyboard like so:
Properties of the storyboard reference:
BundleID of ViewTester:
BundleID of blub:
…

ErikBrandsma
- 1,661
- 2
- 20
- 46
6
votes
2 answers
UITabBarController Issues with Storyboard References
I have four storyboard files in the project.
In the "TabView.storyboard", I create three Storyboard Reference instances and link them to the other storyboard respectively.
Then I run the app in the simulator and device. The title and icon…

Yilei He
- 149
- 2
- 7
4
votes
2 answers
Perform Segue to another storyboard swift
Hey I am performing a basic segue from a ViewController in one storyboard to another ViewController second storyboard.
1st storyboard : Main
2nd Storyboard : Settings
I have a reference to settings.storyboard in Main.storyboard. below are the screen…

Aakash Dave
- 866
- 1
- 15
- 30
4
votes
2 answers
Using storyboard references with UINavigationController
I have the following hierarchy in my app: UITabBarController to many UINavigationControllers. Each navigation controller has a UIViewController.
I’ve split this up so that each UITabBarController’s child view controller is linked via a storyboard…

Adam Carter
- 4,741
- 5
- 42
- 103
2
votes
2 answers
Xamarin iOS - Load Storyboard Reference Programatically
I have 2 storyboards: Activities.storyboard and Contacts.storyboard.
On Contacts.storyboard I have a ViewController: ContactDetails.
On Activities.storyboard I need refer the ContactDetails in Contacts.storyboard
I created a Storyboard Reference on…

Lnacer
- 135
- 2
- 10
2
votes
2 answers
Add Storyboard as subview in UIViewController
I am creating a reusable view for which I have created a separate Storyboard. This reusable view will be added in different UIViewController is Main.StoryBoard. For this I followed storyboard reference. But I am not sure how to add Storyboard as a…

Nitish
- 13,845
- 28
- 135
- 263
2
votes
1 answer
Adding a storyboard reference to a TabBarController in Storyboard
In Xcode 7, when I add a reference to a TabBarController using relationship segue and refactor the view controller to a storyboard reference, the tab item goes back to the default title. Is there a way to get around this?
For example, before…

Boon
- 40,656
- 60
- 209
- 315
2
votes
1 answer
An alternative to "Storyboard Reference" for iOS 8 when handling Relationship Segue?
My App has a TabBarViewController containing 4 tabs. One of the tabs is Settings which I want to move to a separate storyboard. If I am only consider iOS 9 and above as my deployment target, then I can just refactor the SettingsTab using Storyboard…

TunaTheDog
- 33
- 6
1
vote
0 answers
iOS 9 pop view that was pushed from storyboard reference
I am working with xCode 8.2 iOS 9 with Swift 3.0. I have created a storyboard reference in my Main storyboard to refer to a view controller in another storyboard in the code.
When I was creating a segue from the source VC to the destination, it…

Amani Elsaed
- 1,558
- 2
- 21
- 36
1
vote
0 answers
UICollectionView scroll under TabBarItem
I have a UITabbarController that points to a storyboard reference like the image below:
In the storyboard I have a CollectionView and a TabBarItem:
The problem is when I run this the CollectionView is under the tabbar item like
How do I make the…

Marcelo de Aguiar
- 1,432
- 12
- 31
0
votes
1 answer
My tab bar and navigation controller disappears when i register for account
I am having some issues with tab bar and navigation controllers. I am new to swift so please bare with me if i don't make sense.
First i have a MAIN storyboard which has a tab bar as the initial view controller. I then have storyboard references…

jo1
- 115
- 1
- 12
0
votes
1 answer
Viewcontroller's navigation bar is added below navigation controller's navigation bar inside tab bar controller
I have a Tab Bar Controller that has a navigationcontroller with a view controller attached.
For some unknown reason the navigation bar of the view controller does not look like it always does. Instead the view controller's navigation bar is added…

Taka
- 55
- 1
- 9
0
votes
2 answers
How to set tab bar icon and title for a Navigation controller in different Storyboard which has reference in Main.storyboard?
I have two storyboards in which I am using tab bar controller in first storyboard and has storyboard reference of second storyboard with navigation controller as root controller. Currently I'm able to see two tabs but stuck at how to set image and…

Purna chandra
- 107
- 11