storyboard Questions

6

Solved

I'm trying to add support for SPM in one of our projects that has storyboards. Currently we grab it UIStoryboard(name: String, bundle: String?) but this doesn't seem to work with SPM, as there isn'...
Assailant asked 18/9, 2019 at 20:13

25

I wonder if its possible to set a new root VC? My app gets init with a uinavigation controller that has a table view to be the root VC. Then from the table view I am running another segue to a lo...
Sumpter asked 27/10, 2015 at 17:8

2

I have created a new storyboard named "Start.storyboard", but when I change Main Interface to "Start" nothing happened, The app just started with default storyboard "Main.storyboard". I'm using Xco...
Ornithopter asked 1/12, 2019 at 6:14

3

Solved

Merging in a xcode storyboard with many team members can produce many conflicts etc. I need a strategy to share a storyboard with 20 team members but to avoid the nightmares associated with merging...
Tenpins asked 25/3, 2015 at 18:32

8

I have copied and pasted some source code from one old xcode-project to another new project. Included in the copied code where some @IBOutlets and @IBActions. My intention was to later on hook the...
Coastwise asked 18/7, 2016 at 10:22

22

Solved

I'm trying to use Xcode's LaunchScreen storyboard as my launch screen? All the questions that have previously been asked about this refer back to the old launch image or .xib method - trying to do ...
Azpurua asked 29/4, 2016 at 21:1

5

I have a storyboard file that I want to use as my launch screen. I have set the ViewController in that storyboard to be the initial one. I've also set the launch screen like so: Here's the code I ...
Demodulation asked 6/7, 2021 at 23:48

2

I'm writing an app in Storyboard/Swift (XCode 14.2). When I run the app on my iPhone (14 pro 16.3.1) or on an iPhone simulator (16.2) no error is given. But when I test my app in an iPad simulator ...
Amoebocyte asked 3/3, 2023 at 13:48

8

Solved

I have problem when I try to launch my app in iOS simulator, I need someone to fix this please, I have tried everything but still I have the same problem I got this error : Terminating app due to ...
Bakerman asked 13/5, 2014 at 3:50

6

Solved

I can't get a border onto my buttons in Xcode 5 without setting them directly in the code. Is it possible that there's no way to do this on the storyboard without making a custom background image? ...
Rhyolite asked 9/12, 2013 at 18:33

2

Solved

All of the sudden my .storyboard file for my project only is shown in XML. I am well aware of the "right click" -> "Open As" -> "Storyboard" option, however this does not appear. It only display...
Barmecidal asked 16/12, 2016 at 19:48

0

I have a root view controller (or initial view controller) designated in storyboard in Xcode. It is neither navigation or tab bar controller, just a custom UIViewController. My problem is I optiona...
Carmacarmack asked 12/12, 2023 at 19:25

9

Solved

I've created a UITableView in Interface Builder using storyboards. The UITableView is setup with static cells and a number of different sections. The issue I'm having is that I'm trying to setup my...
Geostatic asked 8/5, 2012 at 20:7

3

I updated Xcode to version 15. My problem is when I run my application on both an iOS device and a simulator, the fonts I had set via storyboard are not reflected properly. Does anyone know why? I ...
Canst asked 20/9, 2023 at 0:8

3

Solved

Someone knows where to set adjustsFontSizeToFitWidth in the utilities (right) pane when editing the storyboard? Thanks, Ox
Wringer asked 7/10, 2014 at 14:11

3

I'm working with an app using a UISplitViewController as the window's root. I would like both the master and the detail view controllers to be a UITableViewController inside of a UINavigationContro...
Tremor asked 13/10, 2014 at 18:31

3

Solved

I'm new to Swift and Mac development and I'm trying to make a framework (only macOS) that can open a Metal window. I use Xcode Version 11.3.1 on macOS version 10.15.2. I started from the examples ...
Delanos asked 18/3, 2020 at 10:41

20

Solved

While editing in the storyboard, specifically assigning a view controller to a specific class, I suddenly encountered this error when I wanted to run the project. Main.storyboard: Internal error. ...
Janicejanicki asked 27/10, 2015 at 16:42

5

Solved

Is it possible to design interfaces in landscape with Interface Builder? Others with the same question apparently were able to do so with an arrow at the top right of any selected view, but I see n...
Hodman asked 22/12, 2011 at 3:41

11

I am pretty new to iOS development and I was poking around in storyboard in Xcode 4.5.2. I started a new tab bar project (5 tabs) and then dropped in some images (UIImageViews objects) to them, eve...
Bindle asked 18/1, 2013 at 15:17

5

I'm suddenly having a strange and reproducible error when using an @IBDesignable class, @IBInspectable properties are giving the following warning: Main.storyboard: warning: IB Designables: Ign...
Kennet asked 15/10, 2015 at 17:10

3

Imagine i have a BaseViewController. Then i have 2 scenarios, New and Edit, where both shares the same UI and the most of logic. So i created class NewViewController and EditViewController, subclas...
Frederickfredericka asked 1/12, 2015 at 9:22

5

Solved

I want to pass my data from one ViewController to another VC on VC dismiss. Is it possible? I've tried the next method and no success: On button click: self.dismiss(animated: true) { let story...
Truditrudie asked 30/4, 2017 at 13:0

6

Solved

iOS noob here When I add a default UITextField to the ViewController, it looks like this: My designer would like me to make the UITextField look like this (i.e. background is transparent, and ...
Freiburg asked 8/6, 2015 at 5:16

9

Solved

I want to center the content of my UITableView that contains headerView and footerView created at storyboard, and UITableViewCells. How can I achieve this? Here is what I'm trying to implement to ...
Pecos asked 30/7, 2015 at 11:38

© 2022 - 2024 — McMap. All rights reserved.