xcode-storyboard Questions

1

Solved

I'm hitting issues when attempting to design a UIToolbar Accessory View via an Xcode Storyboard. When I drag a UIToolbar object to the top margin of my View Controller, the item is added to the le...

3

Solved

Upon clicking the button on the first screen the user is presented with view controllers contained within a tab bar controller. The view controllers have two tableviews in them, the first a top sta...
Charlyncharm asked 3/7, 2015 at 14:48

2

Solved

I'm developing a status bar OS X application with Swift 1.2 and storyboards. My application doesn't have an initial controller because I don't want any windows to be displayed when the app is bei...
Inbreathe asked 1/7, 2015 at 16:22

3

So I have a UIScrollView on my iPad app with a single child view (which itself is parent to all the controls). The scrolling all works fine on it. Rotating works fine (the whole view fits in portra...
Nesline asked 16/11, 2012 at 17:0

2

Solved

I created a demo project here. I have a view where I created a ScrollView in a .xib file. In interface builder I did not set any constraints. In my viewDidLoad method I set constraints with SnapKit...

4

I have Xcode 5 and storyboard editing is very slow. Each time I start Xcode I get the message: "The document "MainStoryboard.storyboard" had 26 internal inconsistencies that were found and repair...
Coverture asked 9/10, 2013 at 11:29

1

I am new to OS X cocoa development and am working on a Swift App using Storyboards for Yosemite. In my application's main window, I have a NSSplitViewController. For each of the panels, left and r...
Isabelisabelita asked 19/5, 2015 at 2:14

1

Solved

I have a Storyboard-based application with a TableViewController. Inside the Content View for a particular cell, I have a textfield and a label. I added the label by accident and now I can't delete...
Held asked 17/5, 2015 at 0:18

2

Solved

As I updated my Xcode from version 5 to 6 I saw a strange things in the storyboard. Here is one example: What my requirement was - I wanted no space between my view and the container view. What I...
Understudy asked 3/2, 2015 at 5:45

1

Solved

I'm using Sketch to create images that will be used in my Xcode 6 auto-layout storyboards. However I can not get the image sizes correct. They always appear too large and overflow the storyboard vi...
Costate asked 17/3, 2015 at 22:20

5

When hooking Swift code up to a Storyboard, how do you add the IBAction and IBOutlet tags?
Parthenia asked 3/6, 2014 at 10:56

2

Solved

I wonder is there a way to programmatically retrieve the height constraint of a specific UIView and change its value in the code? I have a situation where I have several UIViews with four edges pin...
Hedwig asked 3/2, 2015 at 7:54

1

Solved

I'm working on a brand new OS X app, and I've taken the daring route of working with a few technologies I haven't used much before. (I'm an iOS developer.) I'm using Storyboards, Swift, and Core D...

3

Solved

So I created this scenario in order to understand how views increase in height according to their content. However am still not able to make it happen. This is what I have now: the textview is...
Gertrudgertruda asked 23/11, 2014 at 12:56

5

Solved

I have created a new Xcode project using Storyboards (tab view template). I added a couple of view controllers to my storyboard, and wanted to use a UITableView with static cells for one. I created...
Proctology asked 26/12, 2011 at 23:6

4

Solved

I have the latest version of Xcode. In one of my projects I noticed that the views for the iPhone were the new iPhone 5 screen sizes. I like it but is there a way to switch back to the smaller scre...
Cyndycynera asked 25/9, 2012 at 13:50

2

Solved

I'm having a problem and I couldn't find anyone else on the web with the same struggle, maybe it's just too silly. I have the following class: class UIXOColourPicker : UIView { @IBInspectable va...
Classical asked 21/8, 2014 at 15:5

1

Solved

I'm building an iOS app from scratch on Xcode 6 beta 4. I'm trying to make it universal and to use autolayout to have the same views for iPhone and iPad. What is the best way to manage font sizes?...
Benoit asked 1/8, 2014 at 17:51

2

Solved

I came across this in XCode 5's "Storyboard Builder" and I didn't really get the idea. When I add a new UIPageViewController to the screen, I can select the Size in the attributes in the Simu...
Whoopee asked 28/6, 2014 at 1:47

2

I am trying to add UITextFields to the contentViews of some static UITableViewCells. If I just add them directly to the cells in the storyboard, I get several of the following warning in Xcode 5: ...
Leandra asked 30/9, 2013 at 23:52

3

Solved

I have made a project in cocos2d 2.0 and would like to incorporate a main menu using storyboards. I have tried Jerrod Putnam's tutorial here on tinytimgames.com (I can't provide the link because ...

1

Solved

I currently have a login View and an Application view, I have successfully implemented validation on the login view and I need to programmatically shift to the application view on successful valida...
Levitt asked 18/1, 2014 at 14:34

5

Solved

I'm trying to make a form that spans three tabs. You can see in the screenshot below where the tabs will be. When the user taps a tab, the Container View should update and show a particular view co...
Theatricals asked 2/5, 2013 at 4:9

4

I am using Xcode 4.5 and iOS 6. I am building a universal application that is using storyboards. I have one view controller that has a button in the navigation bar. When the button is tapped, I am...
Awaken asked 27/10, 2012 at 17:21

1

Solved

At the moment, I have got two segues in my Storyboard. However, I need to delete one of the segues in the Storyboard. Is there any way to do this through the XCode storyboard?
Inveigle asked 23/12, 2013 at 14:34

© 2022 - 2024 — McMap. All rights reserved.