Top "Storyboard" 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.

navigation bar in Detail side of master-detail controller missing

I made masterdetailview with different viewcontrollers in my storyboard and linked every one with push segue. Now when I click …

ios objective-c ipad storyboard master-detail
Xcode 11, Main Interface fixed with Main.storyboard

Main Interface is not changing with another storyboard in Xcode 11, it always run with Main.storyboard after changing with another …

ios xcode storyboard xcode11
Corona: Attempt to concatenate global 'sceneName'

I have this code: local storyboard = require "storyboard" local options = { effect = "slideLeft", time = 800 } storyboard.gotoScene( "scene1", options ) In the same …

lua storyboard coronasdk scene
instantiateViewControllerWithIdentifier seems to call viewdidload

I am trying to push a ViewController programmatically into a navigation controller, And I'm using my storyboard to create it. …

ios objective-c storyboard instantiation viewdidload
iOS 7 — Storyboard default tint color

I have multiple storyboards in my app and for one specific storyboard I wish to have a different color scheme. …

ios storyboard ios7 tintcolor
dismissViewControllerAnimated does not deallocate viewcontroller

First off: My project is ARC enabled and I'm using storyboard. I have a view controller that pushes a segue (…

ios objective-c storyboard automatic-ref-counting dealloc
Is there a way to select a segue anchor programmatically?

Suppose I have a Storyboard containing a view that contains a button. When the user presses this button, a popover …

objective-c ios storyboard uistoryboardsegue
didSelectedRowAtIndexPath - prepareForSegue - Storyboard

i'm trying to send data to my DetailViewController according to the row i selected in my TableView. My project is …

objective-c storyboard tableview detailview
Using multiple detail views in a UISplitView with Storyboards in Xcode 4.2?

I'm trying to create an iOS 5 application with a SplitView Controller that uses multiple detailviews. Here's the rub. I'm trying …

ios uisplitviewcontroller storyboard segue detailview
How to animate TranslateTransform and ScaleTransform in WPF

I'm trying to animate the TranslateTransform and ScaleTransform of a Rectangle at the same time using a StoryBoard in code-behind. …

c# wpf storyboard doubleanimation