xcode-storyboard Questions

2

Solved

I am using UIPageViewController to show images full screen. Issue is the images are not showing full screen. Instead there is a gap on the bottom between the image and the page control view dots an...

4

I've implemented custom UICollectionViewCell class in Swift, created storyboard with UICollectionViewCotroller, assigned my custom controller class, custom cell class, cell id etc... Basically ever...
Notornis asked 6/8, 2014 at 0:0

5

Solved

I've tried XCode 8 GM seed and I've found out a serious issue in the Storyboard, either you use Auto Layout or disable it, Xcode 8 messes up with a UIView included into a UIScrollView, as shown her...
Cislunar asked 8/9, 2016 at 15:1

10

Solved

How to uniquely identify iPhone 6 and iPhone 6 plus portrait screens using size classes? My App looks good in iPhone 4 and iPhone 5 but the same looks with lots of empty spaces in iPhone 6 and 6 p...
Delly asked 21/11, 2014 at 16:26

1

Solved

I have one screen. It will display like below Now When User clicked I have an Account and Password(button) it will display like below I want to move both views accordingly I added constraints...
Memento asked 14/11, 2016 at 7:16

4

Solved

I have an iOS app targeting iOS 8 and 9 which I'm in the process of upgrading to use Storyboard References instead of links through code. I've gradually converted more and more bits over, when sudd...
Ines asked 29/9, 2015 at 0:38

3

I have a project using @IBDesignable to control view properties from the Storyboard and everything is working correctly. However, if I integrate pods and add the bridging file as described here (ht...
Villager asked 12/6, 2014 at 11:8

1

Solved

I have had many problems after closing Xcode which one of them is that Xcode Storyboard is not updating Custom Class Designables anymore and do not show the content. For example I use "SkyFloatingL...
Tendency asked 14/10, 2016 at 20:3

3

Solved

I have an ios application using storyboards with a bunch of view controllers. After Adding a new ViewController, and configured the identify (Storyboard ID) I try to instantiate the new ViewCont...
Homonym asked 25/9, 2013 at 14:36

1

My application supports all devices from 4 inch onwards in both orientations. iPhone - 5, 5S, 5C, 6, 6S, 6+, 6S+, SE iPad 4, iPad Air, iPad Air2, iPad Pro etc Using asset catalog for launch scre...
Psoriasis asked 6/9, 2016 at 12:28

4

Anytime I add a tab bar controller to XCode the tab bar is greyed out and I can't see any of the tabs in the storyboard. At runtime it displays fine. I can't figure out why it is happening.
Trinitarianism asked 13/1, 2015 at 16:48

2

I frequently run into this problem where I want my views arranged in one manner for portrait and a somewhat drastically different manner for landscape. For a simplified example, consider the follo...
Braden asked 28/5, 2015 at 18:59

7

Solved

I am following this tutorial on adding a sidebar navigation to an app. In the given source code they have provided the storyboard layouts pre-defined. One of them is a view that has a "Navigation ...
Shellfish asked 22/3, 2014 at 18:2

1

Solved

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 refer...

2

I'm a very new to iOS. My Xcode version is 7.2.1 and I'm trying to run on iOS9 using Swift. My problem is that I'm very confused with how I should be creating the Launch Screen Image. I found that...
Carnivore asked 24/2, 2016 at 5:0

2

I have a Tab Bar Controller in a storyboard and I want to rearrange the items but I can't see any of the items. When I run it they display without a problem but they aren't visible in the storyboar...
Spanker asked 8/1, 2015 at 5:45

1

Solved

I can't figure out how to get rid of this warning, I'm using a storyboard with many viewControllers (with labels, textfields and a lot of constraints ) all of them have been created almost the same...
Centralization asked 10/12, 2015 at 16:34

1

Solved

I'm building an OS X app that uses core data, NSDocument, storyboards, and Cocoa bindings. My expectation is that the following occurs: An instance of MyDocument (NSDocument subclass) is created...

1

Solved

I have created a subclass of UILabel called MyUILabel. The only thing changed is the font and font-size. It appears as expected when I run the app. However, the in the Storyboard, the default UILab...
Runge asked 4/1, 2016 at 14:49

1

Solved

I'm trying to implement Peek and Pop into an app. There's only one issue- I don't have the option with my current segue setup: What am I doing wrong, and why do I not have this option?
Jennettejenni asked 13/11, 2015 at 14:13

2

I just updated to Xcode 7.1 and I noticed that all of the prototype cells in my storyboard tableviews are showing as blank and their elements are missing. Sometimes I can see the prototype cells at...
Catnip asked 23/10, 2015 at 21:28

1

Solved

In Xcode, whenever I see warnings (usually about misplaced elements) appear in the XIB / Storyboard, I have to: Select the container (Usually the containing view controller or the top most view)...
Michaeu asked 17/9, 2015 at 12:58

4

Solved

I've tried to follow the instructions on this Question. But I must not be doing something correctly because I am still getting a SIGABRT before I even get into the ViewController methods. Here are...
Symptomatology asked 22/10, 2013 at 21:51

2

Maybe I'm just doing something wrong here but I've ran into an issue that I can't find a solution for. Maybe someone has seen this? Using Xcode 6, I create a new project with Objective C & Sto...

6

Solved

I've been writing iOS apps for a while now and gradually went from doing the UI entirely programmatically to using the Interface Builder intensively. I'm now thinking about using the new Stor...
Attwood asked 20/2, 2012 at 12:4

© 2022 - 2024 — McMap. All rights reserved.