xcode-storyboard Questions

7

Solved

I have an app targeted iOS8 and initial view controller is UISplitViewController. I use storyboard, so that it kindly instantiate everything for me. Because of my design I need SplitViewController...
Bravura asked 25/8, 2014 at 10:1

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

3

Solved

On iOS 13 simulator with Xcode 11 GM seed 2, the app crashes after Main.storyboard's name changed (Info.plist changed also). Setting option Main Interface to empty cause the same problem. The iOS 1...
Indiscrimination asked 19/9, 2019 at 7:14

10

Solved

What is the process of drawing to NSView using storyboards for osx? I have added a NSView to the NSViewController. Then, I added a few constraints and an outlet. Next, I added some code to change...
Alvera asked 11/1, 2015 at 17:46

24

Solved

I recently upgraded to Xcode 8 and I am having issues with the Storyboard. If I open the project and I don't have the Storyboard open, it will compile and run just fine. Once I open up the Storybo...
Caulis asked 27/9, 2016 at 18:54

23

Solved

Xcode storyboard assistant editor stopped showing related files. "Automatic" is selected and "Class" is filled in Identity Inspector. It was working before, but know it has stopped. "Auto" or "Co...
Indiaindiaman asked 11/12, 2014 at 15:25

2

I noticed something very annoying with Xcode: I have some storyboards for which certain views size & position are systematically updated when I open them. This is annoying especially when worki...
Sturgis asked 21/7, 2014 at 12:56

5

Solved

The continuous integration job that we run to generate nightly builds of our iOS app runs an xcodebuild command on our project and it failed today with the following output: The following build co...
Kleeman asked 10/11, 2014 at 18:47

8

Solved

I have a navigation view controller that upon action sends a segue to a tab bar view controller. Because of this segue the tabbed view controller inherits the navigation bar. I am trying to apply a...
Glycoside asked 16/4, 2015 at 13:48

0

How can I search globally (cmd + shift + f) on XCode that included the texts in the storyboard or xib's source code? Here's my example I searched the <dependencies> text in global search but...
Elena asked 8/8, 2022 at 23:43

5

Solved

There is a setting for UILabel in storyboard that allows setting auto-shrink configurations, as shown below: But I am unable to find the same for UIButton's textlabel. I am aware that I can set th...
Titian asked 8/3, 2016 at 6:1

5

Solved

I am using a Storyboard's prototype UITableViewCell and getting nil when dequeueReusableCellWithIdentifier is called in cellForRowAtIndexPath. I have triple checked that the Xcode's Identifier for ...
Incept asked 5/8, 2014 at 2:24

8

Solved

I am able to right-click and drag from my custom UIView subclass file to the storyboard elements to connect them, but unable to do so the other way around. I believe this is an Xcode bug. Is there ...
Legible asked 2/12, 2016 at 12:23

5

Solved

I'm actually facing difficulties to make my UIScrollView fully responsive using only storyboard constraints. Here is my hierarchy : > - UIViewController > - UIView > - UIScrollView > ...
Nickel asked 20/7, 2016 at 15:47

5

Solved

Since the new update to IOS8, i have an extra white space over my contentview in my scrollview. My content view should be centered in my scrollview and it's work fine on IOS7. Here is the result :...
Revet asked 25/9, 2014 at 20:32

2

Solved

In xcode 6.1, how do i programmatically change the title of the window created by storyboard? This project is for OS X. By default, it is "Window". I am using OBJ C.
Advised asked 8/1, 2015 at 20:14

1

Solved

If I open one of the storyboards in my Xcode project, I get this alert: The document [storyboard name] had 4 issues that were found and repaired. This may be due to an SCM operation such as mergi...
Advocation asked 13/10, 2020 at 22:36

16

Solved

Is it possible to modify a UIImage's renderingMode from a storyboard or xib editor? The goal is to apply tintColor to the particular UIImageView object.
Oink asked 22/10, 2013 at 12:2

4

Solved

Every time I click-and-drag a UILabel to storyboard, and then add text to Text field, the text is cut off, so I then have to click-and-drag the UILabel to stretch it big enough so that the text app...
Middlebrooks asked 14/6, 2013 at 14:55

2

Solved

I am getting what feels like a bug when trying to custom instantiate a window controller from a storyboard. I am using NSStoryboard.instantiateController(identifier:creator:), which is a new functi...
Phosphorescent asked 21/2, 2020 at 17:23

6

I'm having a strange problem with capturing drag/pan gestures on a GMSMapView through a Gesture Recognizer. This problem surfaced only after updating from GMS 1.2 to 1.3.1, where (quoting the docum...
Tambourine asked 2/7, 2013 at 0:43

8

I have been going through this tutorial, "Option 2: Prototype Cells" I implimented all the steps, but, the following code gives me an error: @interface MTViewController : UITableViewController @e...
Lutes asked 30/9, 2015 at 20:44

6

Solved

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...
Fervidor asked 15/5, 2016 at 17:50

27

Solved

I have started a new app a few days ago and began working with the simulator to test it. I started as an empty project and manually added the storyboard. The simulator builds and runs my app just f...
Pruritus asked 1/1, 2012 at 18:35

8

Solved

I'm trying to configure a UIPageViewController SPECIFICALLY from storyboard: TutorialPageViewController.h #import <UIKit/UIKit.h> @interface TutorialPageViewController : UIPageViewControl...
Earthy asked 23/8, 2013 at 8:58

© 2022 - 2024 — McMap. All rights reserved.