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.

Swipe gesture between view controllers

I am trying to create a swipe on background. I have three different color of backgrounds. I have made a …

ios cocoa-touch xcode6 xcode-storyboard swipe-gesture
XCode Storyboard merging

Is there a way to merge XCode 4.2 Storyboard files? I'm working with another developer on an iPhone project and all …

merge xcode4.2 xcode-storyboard
Size class to identify iPhone 6 and iPhone 6 plus portrait

How to uniquely identify iPhone 6 and iPhone 6 plus portrait screens using size classes? My App looks good in iPhone 4 and …

ios ios8 xcode6 xcode-storyboard
Advantages and disadvantages of using Storyboarding?

I've been writing iOS apps for a while now and gradually went from doing the UI entirely programmatically to using …

ios xcode cocoa-touch xcode-storyboard
Can you add IBDesignable properties to UIView using categories/extensions?

For those that don't know what I'm talking about, Xcode 6.0 added new features, IBDesignable and IBInspectable. When you tag your …

ios interface-builder xcode-storyboard ibdesignable ibinspectable
UIStoryboard Couldn't find view controller with identifier

I have an ios application using storyboards with a bunch of view controllers. After Adding a new ViewController, and configured …

ios uistoryboard xcode-storyboard
How to display launch image

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 …

ios swift xcode-storyboard launch-screen
How to use custom Navigationcontroller in AppDelegate by using a Storyboard

I've got a problem concerning Navigationcontroller in AppDelegate. I'm using a storyboard, which looks like this: As a result of …

xcode uinavigationcontroller apple-push-notifications xcode-storyboard
Autoshrink setting for UIButton in Storyboard

There is a setting for UILabel in storyboard that allows setting auto-shrink configurations, as shown below: But I am unable …

ios xcode xcode-storyboard
XCode: Moving UI-elements in storyboard editor

Is it possible to lock or freeze elements in storyboard editor so that they are ignored, when clicking and dragging? …

xcode xcode-storyboard