Top "Uistoryboard" questions

A storyboard is a graphic organizer in the form of illustrations or images displayed in sequence for the purpose of pre-visualizing a motion picture, animation, motion graphic or interactive media sequence.

Xcode - duplicate Storyboard scene

Is there a quick way to duplicate a scene in Xcode's storyboard editor? I'm looking for something akin to using …

ios xcode uistoryboard
UITextView - setting font not working with iOS 6 on XCode 5

I'm using storyboards for my UI. I was previously using XCode 4.6 and released on iOS 6. I have since updated to …

ios objective-c xcode uistoryboard
How to embed a custom view xib in a storyboard scene?

I'm relatively new in the XCode/iOS world; I've done some decent sized storyboard based apps, but I didn't ever …

ios objective-c xcode interface-builder uistoryboard
How to correct Tab Bar height issue on iPhone X

I'm having an issue with my app when testing for iPhone X. I'm not sure how to adjust this issue, …

ios swift xcode uistoryboard iphone-x
Set background image in storyboard

Can i set the background image from storyboard? I've set background in code: override func viewDidLoad() { super.viewDidLoad() self.view.…

ios uistoryboard
Using stretchable images in Xcode storyboards

I'm using storyboards to layout my view controllers and I would like to use stretchable images for my buttons (so …

iphone ios xcode cocoa-touch uistoryboard
iOS 7: Misplaced View Frame for "Label - Label" will be different at run time

I just finished an app on iOS 6 and bought a developer account a week ago so haven't had much time …

ios ios7 storyboard uistoryboard nslayoutconstraint
Passing object with prepareForSegue Swift

I am trying to pass an object to another scene with prepareForSegue() override func prepareForSegue(segue: UIStoryboardSegue, sender: AnyObject?) { // Get …

ios xcode swift storyboard uistoryboard
Pop the current view using Segues/Storyboard on iOS 5

I am creating an app using iOS 5 SDK. I managed to push views using the Storyboard's Segues, but I cannot …

ios ios5 uistoryboard segue
iOS 7 | Navigation bar / Toolbar buttons very close to status bar

I have a problem when dragging a navigation bar or toolbar (storyboard) to my view controller. UINavigationBar: As you can …

uinavigationbar uistoryboard uitoolbar ios7