Is a class used by WPF and Silverlight to control animations, or a new iOS 5 scheme for managing view controller navigation
0
votes
3answers
54 views
Force viewDidLoad to run again on start
In my app there is only one "scene".
All the UI is loaded from the storyboard but the user can then change this by changing fonts, colours, positions, etc...
I'd like this to reset when the user ...
2
votes
0answers
25 views
Encapsulation when moving from xib to storyboards?
With xibs, you could call different initializers:
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
// Fetch Note...
// Initialize Edit Note View ...
0
votes
3answers
36 views
Possible to have all cells segue to same view controller?
Instead of control-dragging every cell to the other view controller, is there a way to make them all segue to the view controller more easily? I would also need to add a Segue Identifier to the ...
0
votes
0answers
7 views
iOS: ContainerView with ModalView and Two Children. Performing Segue
Below is the image of what I'm trying to accomplish.
We have a containerView. The child view has a navigation controller.
There are 2 children for the containerView. Child #1 and Child #2
Between ...
0
votes
2answers
23 views
UITableView bottom cells are hidden below screen
I am building a table view using a storyboard as part of a navigation controller flow. Everything works well as long as all cells can be shown on one page. The problem is that if there are more cells ...
1
vote
1answer
36 views
In WPF I can't see whats wrong with my C# Storyboard and DoubleAnimation
Im attempting to create a storyboard in C# not XAML to control scaling of an image, so i can easily alter the ScaleTransform.ScaleX and ScaleTransform.ScaleY values in a DoubleAnimation.
So far I ...
0
votes
0answers
4 views
How to show detail in two consecutive UIview
I've a little issue in my app. my app is based on core data using magical record.
In my first view ( a tableview) I have all the data, when one of the cell is tapped, it open the second view (detail ...
4
votes
3answers
57 views
Why does my WPF Translate Animation stop before completing?
i wrote an WindowExtension that should provide a simple Translate animation to a window. But this Animation does always stop before it gets to the target coordinates. Can anybody give me an advice ...
1
vote
1answer
24 views
Hide cell after transferring view controller through segue
After changing the text through a segue, I tried to hide a cell through the segue. This did not work. Here is my code:
-(void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender{
...
0
votes
1answer
29 views
Automatically double an iPhone view on an iPad without a user doing it [duplicate]
When a user uses an iPhone app on the iPad, they have the option to double the view to fit the iPad. My application has over 100 view controllers and 800 segues. Is there an app delegate api or line ...
0
votes
1answer
34 views
Segue to another view controller with label connected crashes
I am using a storyboard to connect two different view controllers. When I click on the cell I want it to segue into another view controller (what it usually does). But anytime I link a link a label ...
1
vote
0answers
26 views
container view is cutting off elements that fit properly in storyboard
The view controller on the left has 2 containers. The top one embeds the view controller on the right. As you can see, the VC on the right has been automatically sized by Xcode to fit in the top ...
0
votes
1answer
20 views
Dragging from a tableviewcell to a viewcontroller not auto segueing
I am trying to use Storyboards on this project. I cntrl drag from a static tableview cell to a new viewcontroller select push.
When I run the app and click the tableviewcell, which I dragged from in ...
0
votes
1answer
30 views
XCode: iOS5 localization script - Exit code 1
i'm using the popular pythonscript ( http://code.google.com/p/edim-mobile/source/browse/trunk/ios/IncrementalLocalization/localize.py ) to localize my storyboards in ios5.
I did only some changes in ...
0
votes
1answer
22 views
Issues with AutoLayout with Custom Views defined in NIB file and used in StoryBoard
I've defined a custom view in a NIB file and would like to instantiate a copy in a StoryBoard but I'm having issues with autolayout.
In a simple example, the custom view has single label with a fixed ...
-1
votes
1answer
38 views
Universal Empty Application with Storyboards
I know many questions related to this topic has already been asked and answered but none of them completely resolved the issue I'm facing. And there there are too many suggestions so I'm pretty ...
0
votes
1answer
21 views
xcode storyboard button object interfacing
This is probably a really dumb question, but how do I make a button call an event, and how can I make a variable with the data from a textbox?
I'm probably overlooking something really stupid, but ...
0
votes
0answers
7 views
How to make iphone app with storyboards iphone 4 and 5 compatible?
How can I make an application made on storyboards both iPhone 4 and 5 compatible? Do I need to code for getting the screen size and change the images and positioning of buttons? Please guide me.
0
votes
0answers
30 views
Storyboard completed event occured before animation completes
I wrote a storyboard that contains some movements like this:
Storyboard s = new Storyboard();
foreach (Image i in Browsers)
{
ThicknessAnimation a = new ThicknessAnimation();
a.By = new ...
0
votes
0answers
16 views
How to load a specific scene when application starts based on NSUserDefaults in storyboard
I am new to storyboards. I have made up an application that has a login screen. Once the user logs in, his username and password are saved in NSUserDefaults. This is because when the user has to login ...
2
votes
1answer
55 views
UICollectionView Header Compatible Views
I've constructed an UICollectionView in a storyboard and implemented all of its required data source and delegate methods in the view controller. In the storyboard, I checked the Section Header ...
0
votes
0answers
23 views
how to update embedded storyboard views from unwind segue
I have two embedded views in a combined uiview controller. They are passed a user object when the prepareforsegue method is called. This looks like this:
-(void)prepareForSegue:(UIStoryboardSegue ...
-1
votes
2answers
29 views
How do I disallow a viewcontroller from progressing to the next view in my app?
I have a multi-view application and in my storyboard I have graphically defined a view (view1: log in username/password view for instance) that will segue to another view (view2: welcome view for ...
0
votes
0answers
13 views
Autolayout (greater then or equal) option still create constraint (equal)
I created a container (UIView *) in my view controller's view using the story board and I set the container height constraint to be grater then or equal but after that I get two constraints, one that ...
0
votes
0answers
17 views
Change “DONE” button color when playing Youtube video embedded in UIWebView
I am using UIWebView to display Youtube video. Everything works fine but I want to change "DONE" button color to my custom color when the Youtube video is playing. I have googled but not solved yet.
0
votes
0answers
14 views
Universal iOS version from iPhone App with master/detail & tabbar controller
I have written an iPhone app that uses a tabbarcontroller as root view controller. The app is essentially master/detail using core data.
I want to move to iPad keeping the same structure, but have ...
0
votes
2answers
47 views
Show alert view and stay on same view controller when cancel is pushed
I'm using the storyboard with 2 view controllers connected to each other with a segue. On the first view controller there is a button and if you click on that button it goes to the second view ...
0
votes
0answers
17 views
How can set UITabBar height with storyboard?
How can I set UITabBar height with storyboard?
I can't set tabbar in UITabBarController (read-only) and UITabBarController is self build.
0
votes
0answers
17 views
transfer data from first scene to a scene in navigation controller
I have an application such that there is a login screen and on pressing login a web service is called which returns a url if login is successful a and the application moves to a navogation view. The ...
0
votes
1answer
32 views
With AutoLayout, I want an 8px high view to stick to the bottom of its superview
I have a UIView acting as a progress bar that sites at the bottom of the screen. I can't seem to figure out how to use AutoLayout to have it stick to the bottom of the screen and remain 8px high.
Is ...
0
votes
2answers
32 views
identify a storyboard uibutton for editting in code
update 1
I fixed the problem of the loop not stopping by putting the condition in dealCard instead of in startPause.
update 1
update 0
- (IBAction)startPause: (UIButton *)sender{
NSString ...
-2
votes
0answers
29 views
Localizing an iOS App [closed]
I've been working rather hard of late on the localization process for iOS apps. I ended up writing a series of articles on the process for my company's corporate blog. The final one was published ...
0
votes
0answers
23 views
unable to retrieve html content from xml tags while parsing xml xcode
I am trying to parse an online xml with the following html formatting tag within the xml tag:
<synopsis>
<!--[CDATA[<p>
<span style="color: rgb(0, 0, 0); ...
0
votes
0answers
11 views
Storing path throught nested arrays in ios 6 with storyboard
I'm trying to write an application with storyboard for ios 6,a table view with 13 cells,and,every single cell when tapped,push the scene to another view controller.All the 13 cells have his master ...
1
vote
2answers
70 views
Multiple UITableViewCell in single UITableView using storyboard feature
I am having view similar like:
As you can see, there are various sections
Classes (Class-1, Class-2)
Classes > Courses (Course-1, Course-2)
Classes > Courses > Subjects (Subject-1, Subject-2)
...
0
votes
3answers
14 views
how to call a storyboard scene conditionally from a button
I have an application who's first scene is a login screen. On pressing the login button, if the username and password are correct, the next scene should get called. Otherwise an alert is shown. But I ...
0
votes
3answers
71 views
IOS - Why is the label not updating?
I have a View with one label that I'm trying to update with some text. I'm sure the issue is something simple, but I can't seem to narrow it down.
I'm pulling some Parse data to populate the label, ...
0
votes
0answers
34 views
How to disable the animated hiding toolbar items?
I have a simple interface of two table views, navigation controller and toolbar. The toolbar of each view has the same bar items (constructed using storyboard).
When I push a new view toolbar items ...
0
votes
1answer
21 views
Code generated by storyboard
I tried to create a label in code, in my appdelegate implementation after finish launching with options.
(in the FinishedLaunchingWithOptions method)
However that did not work, nothing showed up ...
0
votes
2answers
47 views
Multiple storyboard to manage the retina 4 and retina 3.5
Hi I'm trying to develop an app for iPhone 5 and iPhone 4/4s. I'm having trouble while using storyboard: I designed the storyboard for iPhone 4/4s, but when I try it on an iPhone 5 my GUI sucks...
I ...
0
votes
0answers
20 views
greyed out link in outlet list of Connections Inspector
In the image below look on the right side in the "Outlets" section; the connection is from view to View and it is greyed out. I cannot delete it or alter it. I only saw this anomaly
while trying to ...
0
votes
0answers
35 views
Restkit block turns into vapor
I think I am going to stump everyone on this one.
I have an iOS project that has two ways to enter the app (see image).
Opening Screen ----> Sign In (email/password) view -----> MainView
Opening ...
1
vote
1answer
34 views
storyBoard animation rotation issue
i am rotating a button on click at 180 degree, and its working fine
AnimationServices.RotationAnimation((FrameworkElement)sender, 180, 1, "Y"); // working
but when i do the same thing by rotating ...
0
votes
1answer
16 views
Not able to control-drag from a Table View to a detail view in a storyboard
I'm trying to learn how to use storyboards but am having a problem with control-dragging from my Table View to the detail view; it basically, doens't auto-connect like I have something configure ...
0
votes
0answers
16 views
“ 'wrapPanelListItem' name cannot be found in the name scope” WPF StoryBord Exception
I added a Storyboard animation to a WrapPanel, which is located inside a ListBox, and is giving an exception:
"'wrapPanelListItem' name cannot be found in the name scope"
Code for Storyboard:
...
0
votes
1answer
29 views
Designing view on top of multiple embed views
I have the task to design a application that has a main view which is always visible (it has a button on it's bottom side, and when pressed a image displays on top of all views), and a set of ...
0
votes
1answer
35 views
Getting null from viewController obtained from Storyboard
I'm new to storyboards. Any ideas why this might happen?
When I fire 'test' from a button within the containing view controller the log shows vc1 (as expected)
However when I 'fire' test2 from ...
0
votes
2answers
47 views
How to resize webview according to screen resolution in iphone app?
I am using storyboards. I am unable to resize webview according to the screen size in my storyboard.
I want header to be of same size for both resolution but change the height of webview according ...
3
votes
2answers
76 views
+50
Call segue from subview generated by iCarousel
I have a view controller (News View Controller in the image) and it loads a iCarousel with dynamic subviews, it works fine, but the problem is that i want to perform a segue when the user press a ...
0
votes
1answer
26 views
IOS : Multiple storyboards (one for the login/signup, one for the main app)
I'm discovering storyboards and would like to use them for a new application.
I would like to know if it makes sense to have two separate storyboards, one for the login/signup related views and one ...




