Top "Xcode-storyboard" questions

A storyboard is a visual representation of the user interface of an iOS, tvOS, watchOS or macOS application, showing screens of content and the connections between those screens.

performSegueWithIdentifier vs instantiateViewControllerWithIdentifier

I don't seem to get this SIGABRT I keep getting. I have this storyboard iOS application, and in the storyboard …

ios ios5 storyboard xcode-storyboard
iOS: Programmatically change height constraint of a UIView

I wonder is there a way to programmatically retrieve the height constraint of a specific UIView and change its value …

ios iphone xcode-storyboard
Adding Bar Button Item to Left of Navigation Item

I am following this tutorial on adding a sidebar navigation to an app. In the given source code they have …

ios xcode storyboard xcode5 xcode-storyboard
How do you use Interface builder with Swift?

When hooking Swift code up to a Storyboard, how do you add the IBAction and IBOutlet tags?

interface-builder xcode-storyboard swift
Text views and image view disappearing from view controller in Xcode 6.1 storyboard

I updated to Xcode 6.1 to fix an error I was having with the Interface Builder Cocoa Touch Tool spiking to 99% …

uiimageview ios8 uitextview xcode6 xcode-storyboard
Xcode storyboard: Internal error. Please file a bug

While editing in the storyboard, specifically assigning a view controller to a specific class, I suddenly encountered this error when …

ios xcode swift uistoryboard xcode-storyboard
Unable to connect IBOutlet from storyboard to UIView subclass

I am able to right-click and drag from my custom UIView subclass file to the storyboard elements to connect them, …

ios swift xcode interface-builder xcode-storyboard
StoryBoard Assistant Editor stopped showing associated file

Xcode storyboard assistant editor stopped showing related files. "Automatic" is selected and "Class" is filled in Identity Inspector. It was …

ios objective-c xcode xcode-storyboard
Setting backgroundColor of custom NSView

What is the process of drawing to NSView using storyboards for osx? I have added a NSView to the NSViewController. …

swift macos cocoa nsview xcode-storyboard
IOS7, Segue and storyboards - How to create without a button?

I currently have a login View and an Application view, I have successfully implemented validation on the login view and …

ios segue xcode-storyboard