Tagged Questions

Is a class used by WPF and Silverlight to control animations, or a new iOS 5 scheme for managing view controller navigation

learn more… | top users | synonyms

19
votes
8answers
5k views

iOS5 Storyboard error: Storyboards are unavailable on iOS 4.3 and prior

I've built a small app using storyboards and it ran great. Just before final testing I decided to try it out to see if it runs on iOS 4.3. I clicked on the gray 5.0 in the project settings and ...
18
votes
6answers
16k views

How do storyboards work in iOS 5?

I can't seem to figure out how they work. Please help! I can't figure out how to add .xib's to them either.
16
votes
1answer
4k views

Are storyboards going to work on ios 4?

Storyboards are new features in xcode 4.2 which simplify navigation design. I assume new apps using storyboards are going to be working just fine on iOS 5 when it ships but I haven't seen anything ...
15
votes
1answer
243 views

Xcode 4 workflow when working with multiple dev

I tried to find the proper way to work with storyboards when there are many devs on the same project and can't find anything useful. Before storyboards, we would lock the nib while using it to make ...
9
votes
1answer
7k views

ios5 how to pass prepareForSegue: an object

I have many annotations in a mapview (with rightCalloutAccessory buttons). The button will perform a segue from this mapview to a tableview. I want to pass the tableview a different object (that ...
8
votes
5answers
451 views

Game Development: How do you make a story game?

I made already a few simple games: enter a level, get up to the end, continue to the next level. But I'm still wondering how "real" game developers create games with a story. Here are a few things ...
8
votes
2answers
2k views

WPF Animation - Animating Bezier curve points

I'm working on a project that involves drawing curved paths between two objects. Currently, I've been writing some test code to play around with bezier curves and animation. The first test is simply ...
8
votes
3answers
4k views

Using a Storyboard animation on a programatically-added control

I'm trying to fade in a new control to my application's "app" area which is programatically added after the existing controls are removed. My code looks like this: void ...
7
votes
0answers
401 views

XCode 4.2 - Has anyone else found Storyboard on Lion to be very buggy? [closed]

I'm using Storyboard in full screen on Lion with Xcode 4.2 . I'm encountering what appear to be several obvious bugs in the feature, and wondered whether anyone else is experiencing the same? Here ...
7
votes
4answers
10k views

iOS 5/XCode 4 Storyboard question - can't find “performSequeWithIdentifier:sender”

I'm trying out the new Storyboard feature in iOS 5/XCode, but I can't get the segue transitions between two scenes to work. I've tried to follow this tutorial but I'm stuck at stage 6: Click one ...
6
votes
4answers
363 views

What are the advantages of iOS 5.0 storyboarding over traditional UI layout?

I am a total beginner in iOS development. However, I've done Java, PHP and Javascript at work for severals years, so I am pretty experienced with OOP and design patterns. Xcode 4.2 adds the new ...
6
votes
1answer
3k views

Use didSelectRowAtIndexPath or prepareForSegue method for UITableView?

I'm using storyboards and I have a UITableView. I have a segue setup that pushes from my table to the detail VC. But which method should I use to handle this? I'll have to pass a couple objects to ...
6
votes
2answers
1k views

Is the use of storyboards in Xcode 4.2 production ready and recommended? (c.f. previous XIB methods)

Is the use of storyboards in Xcode 4.2 production ready and recommended? That is, would iPhone/iPad developers that have used storyboards recommend (for native iPhone/iPad apps) to definitely use ...
6
votes
3answers
1k views

Storyboards orientation support for xCode 4.2?

I upgraded to xCode 4.2 and it's new Storyboards feature. However, could not find a way to support both portrait and landscape. Of course, I did it programmatically, with 2 views, one for portrait ...
6
votes
3answers
2k views

Finding File Owner in Xcode 4.2

Please glance at the image below and help me find a File Owner for the class. Generally i would connect my UILabel to it, but, alas, i can't find it. Question: What should i connect my Label to? ...
6
votes
2answers
380 views

Resize WPF UserControl without all children “jumping around”

Is there a way to resize a WPF UserControl in such a way that the child controls don't flop around? I've got this Storyboard: <Storyboard> <DoubleAnimation ...
6
votes
3answers
3k views

Restarting a WPF Storyboard

What is the proper way to stop and restart a storyboard from .net code? I'm trying ... myStory.Stop(this); Expecting that a subsequent call to .Begin(this); would restart from the timeline at ...
5
votes
2answers
2k views

Conditional segue performed on tap on UITableViewCell

I'm working on some project for iOS 5 using Xcode 4.2. I have one UITableViewController and want to perform a segue when user tap on table cell, but destination view controller depends on action ...
5
votes
2answers
678 views

On storyboards, views and passing data along

In my Xcode 4.2 storyboard, i have 2 UIViewControllers, This one time and In band camp In This one time, i have a UIButton with "silly name" on it In In band camp, i have a UILabel with "label" on ...
5
votes
2answers
3k views

In an iOS 5 Storyboard, how do you push a new scene to the original view controller from a Popover?

I'm creating a popoverSegue from a new view controller and want to push a third view controller onto the original stack. This is how I'm creating the application: Create a new Single View ...
5
votes
3answers
2k views

What is the best resource/guide for understanding new Storyboard feature in Xcode 4.2?

I can see completely new feature called Storyboard in new Xcode 4.2 Inteface Builder. Where can I find good guide helping to deeply understand this feature?
5
votes
2answers
1k views

How to autoplay storyboard animation on page load using Expression Blend

I've got a storyboard that should play when a page loads. Is there any way to do that directly from Expression Blend? I'd rather not do it through code or xaml. What about doing the same for button ...
5
votes
3answers
202 views

How to properly create features, tests, stories and break them down

I am trying to grasp the entire TDD methodology and as such, I don’t really know how to present this as a nice concise question so here is the long drawn out version. I seem to be experiencing a gap ...
5
votes
2answers
799 views

What is the best way to start an animation when a bound value changes?

This is a situation that comes up often: In the View, you have a control bound to a ViewModel property (backed by a INotifyPropertyChanged). For example: <TextBlock Text="{Binding ...
4
votes
1answer
210 views

iPhone Storyboard: different scene for portrait and landscape

If you scroll down a bit at this Apple Developer Page you'll find the section "Creating an Alternate Landscape Interface". The basic approach described there is to present a different NIB file as a ...
4
votes
1answer
210 views

Convert Storyboard from iPhone to iPad

i have a iPhone application which has a storyboard. Now i want to provide a iPad application too. So i asked me whether there is a function which helps me to convert my iPhone storyboard to an iPad ...
4
votes
1answer
191 views

Storyboard - Multiple UITableViewControllers with the same custom cell

I occasionally find myself copy/pasting custom cells between UITableViews in my storyboard which is slowly becoming a maintenance nightmare (i.e., a simple change must now be made to each custom cell ...
4
votes
5answers
2k views

How to “cancel” a UIStoryBoardSegue

Does anyone know how to "stop" a segue transition conditionally: My table view cells represent products which can be viewed in a drill-down "detail" view... or cannot! (It depends on a couple of ...
4
votes
3answers
3k views

iOS 5 segue implementation

While implementing a segue between two view controllers how to change a property of the destination view controller using the segue object? The documentation says that this can be done inside the ...
4
votes
2answers
130 views

Is there a way to delay WPF DataBinding (improve rendering)?

Here's my problem. ListBox A show all the items in an Observable Collection. ListBox B shows only those items selected in ListBox A. <ListBox ItemsSource="{Binding MyView}" ...
4
votes
1answer
210 views

What is the meaning of x:Name in xaml (WPF) and its use with Storyboard

<Border Name="ItemBorder" Margin="5 5 0 5" BorderBrush="Black" BorderThickness="1" Height="75" Width="75"> <Border.Background> <SolidColorBrush x:Name="ItemBorderBrush" ...
4
votes
2answers
1k views

Shrink Panel in Silverlight Storyboard

I would like to have an item's width shrink on a click of a button. Right now I have two objects basically, when you click the button on objectA, a storyboard starts that rotates it around the x-axis ...
4
votes
1answer
3k views

Wpf: Storyboard.TargetName works, but Setter TargetName doesn't

Let's say we have a XAML code like this: <Style TargetType="{x:Type ListBoxItem}"> <Setter Property="Template"> <Setter.Value> <ControlTemplate ...
4
votes
5answers
3k views

What are estimate points ,Story points and how to measure them in SCRUM?

Lets take an example suppose we got 5 stories A,B and C,D,E. Importance Name Estimate 90 B 70 A 50 C 35 E 10 D The stories are ordered based on their ...
4
votes
2answers
2k views

Multiple storyboards on one property

I have multiple storyboards that access the same property (not at the same time). After one storyboard changed the property, the other one seems to have no access to it and does not change anything.. ...
4
votes
1answer
2k views

wpf storyboard death

C#: public partial class MainWindow : Window { Storyboard a = new Storyboard(); int i; public MainWindow() { InitializeComponent(); a.Completed += new ...
4
votes
3answers
2k views

Start Storyboard within another Storyboards Timeline

I have a storyboard(1) that does some basic animations in 2 seconds. I want the storyboard(1) to do all the property animations I have set it up to do (this all works fine). But at 3 seconds into ...
3
votes
1answer
54 views

Can I use segues with designated initializers of view controllers?

I am new to storyboards and I have set up a segue from a button to a view controller. This view controller is of a custom subclass SFListViewController, which has a designated initializer ...
3
votes
1answer
215 views

performSegueWithIdentifier vs instantiateViewControllerWithIdentifier

I don't seem to get this SIGABRT I keep getting. I have this storyboard iOS application, and in the storyboard I have a UITableViewController. Now, I can take a cell of the TVC and make it push the ...
3
votes
3answers
52 views

How to hide an object behind another one?

I am trying to make a storyboard for my button with Expression Blend. I would like it to move, and then to disapear behind some virtual panel. I think I could do it by defining an "area of visibility" ...
3
votes
1answer
378 views

rootViewController set in Storyboard not showing on App Launch

I started with an Empty Application and added the storyboard file myself, added a View Controller to the storyboard and then embedded it into the Navigation Controller. Now, when I launch the app in ...
3
votes
3answers
399 views

ERROR:(null) is not a valid containment controller key path?

I'm trying to present a navigation controller as a modal and I'm getting this warning: ERROR:(null) is not a valid containment controller key path Does anyone know what am I doing wrong? I just ...
3
votes
1answer
1k views

Storyboard - refer to ViewController in AppDelegate

consider the following scenario: I have a storyboard-based app. I add a ViewController object to the storyboard, add the class files for this ViewController into the project and specify the name of ...
3
votes
1answer
2k views

How to create custom view controller container using storyboard in iOS 5

In iOS5 using storyboard feature I want to create a custom container which will have 2 viewcontrollers embbeded in it. For Example, embed Table view controller as well as a view controller both in one ...
3
votes
1answer
772 views

ios5 - size of modal view controller with storyboard

is there any way to resize a View Controller that has been presented modally using a storyboard segue? how do I present another View Controller from this modal view controller with a flip transition? ...
3
votes
1answer
399 views

Port storyboard to iOS4

I'm a fan of Xcode's new storyboarding, but I'm annoyed it won't work on iOS4. I understand why it won't work, because it relies on new classes added to the iOS5 framework. However, it would be cool ...
3
votes
1answer
134 views

What are the potential (approximate) future usage tendencies of iOS 5?

According to PadGadget, just a few days after its release the iOS 5 was installed on 1 in 3 devices capable of running it. When starting to develop a new app today in XCode I have to choose whether I ...
3
votes
1answer
1k views

Delete storyboard xcode 4.2 iOS 5?

I created a project in xcode 4.2 using the feature of storyboard. I have done most of the work but now i came to know that storyboards are not available in pre-iOS 5 devices. Is there any way to ...
3
votes
1answer
235 views

How can i create The Live Tile Effect for a ListBoxItem?

I want to create a The Live Tile Effect for my ListBox. I thought about creating a random number between 0 and ListBox.Items.Count and then taking that ListBoxItem and animating it. I am using this ...
3
votes
0answers
133 views

Automatic Smooth Resize Transitions - A Problem with Storyboards

I have been trying for some time to create a class/series of classes that, upon detecting a resize in a related object, attempts to halt the resize of the object and create a smooth resize animation ...

1 2 3 4 5 14