Tagged Questions
0
votes
2answers
28 views
StoryBoard Issue
I have an issue that when I press a button to go to another view controller in a storyboard the system says this:
terminating app due to uncaught exception 'NSUnknownKeyException', reason: ...
0
votes
1answer
198 views
Xcode 4.5 4.6 View Controller Lifecycle results in older UIViewController being Zombied
I have an app I haven't touched in a while, and have decided to update it. When I run it in Xcode 4.6 I get a Bad Access error and as I profile it my my ViewController Alertview is the object that is ...
0
votes
3answers
63 views
Put different backgrounds in a View Controller
I am doing my first steps creating applications in iOS, so maybe I am asking a dumb question.
In a View Controller, I put some buttons and text fields to make different actions. To improve the ...
-1
votes
3answers
101 views
How do I push to new view controller with code?
The app should forward to another view controller based on some data in a database. The database is working fine, but I can't get the app to forward to the second view controller.
Here's the code I ...
0
votes
0answers
20 views
Why doesn't Share button appear in all UIViewController's?
I have a multi-scene app consisting of several UIViewController's tied to a Navigation Controller. Two of those UIViewController's each contain only a UINavigationBar and a UIWebView for displaying a ...
0
votes
1answer
428 views
why is my viewcontroller not in the window hierarchy?
Using storyboards, MainMenuViewController presents Number1ViewController modally with this:
-(void) goToNumbers {
[self performSegueWithIdentifier: @"seguetonumbers" sender: self];
}
Then ...
1
vote
1answer
180 views
How should I chain viewcontrollers in xcode storyboard?
I would like to chain view controllers in a xcode storyboard to achieve the following effect:
A -> B -> C -> D -> E -> B -> C -> D -> E -> B -> ...
where the above letters represent separate view ...
1
vote
2answers
71 views
I want to save the text in uitextfields when navigating between view controllers
I have an ipad app that has a series of viewcontrollers each with a set of uitextfields. Basically what I want to be able to do is when navigating through the different viewcontrollers, I want the ...
0
votes
0answers
19 views
Is there a way to save the status of a viewcontroller when navigating away from it?
I'm wondering basically how to preserve the state of a viewcontroller when you navigate away from the viewcontroller and back to it again in the future. I have a series of uitextfield's that I want to ...
0
votes
0answers
33 views
How to keep state of a viewcontroller when navigating?
I'm wondering basically how to "preserve" the state of a viewcontroller when you navigate away from the viewcontroller and back to it again in the future. I have a series of uitextfield's that I want ...
0
votes
1answer
387 views
UIImagePIckerController appears but the camera does not start
Yes, It might be a duplicate question of this. But since it didn't get an answer, I will be more specific on the case and code:
I have 3 involved UIViewControllers:
WelcomeView - the first one
...
0
votes
0answers
159 views
'UIViewControllerHierarchyInconsistency' in iOS 6.0
I have recently upgraded to Xcode 4.5.1 from Xcode 4.3. I also upgraded to iOS 6.0 on my iPad. I have a master-detail app with a login screen. The app was working fine in Simulator as well as on the ...
1
vote
2answers
122 views
PopToViewController in UIStoryboard application
I have made on application using Xcode 4.5.
and also use UIStoryboard in this application.
In this app, I push from one ViewController to second ViewController and then push from second ...
0
votes
1answer
72 views
Ad banner is not display in UIStoryboard application in Xcode 4.5
I have create tab based application using Xcode 4.5.
I have also use ARC and storyboard in this application.
Now, In one view controller, I have add Ad banner using following code. But that is not ...
2
votes
3answers
2k views
Warning when dismissing view controller programatically
I have a TableViewController with a button that triggers an [NSURLConnection sendAsynchronousRequest...] event, and also loads a modal segue through performSegueWithIdentifier:sender: which targets a ...
0
votes
1answer
224 views
Close UIViewController on button click
I am opening a viewcontroller(with a navigation bar and a bar button item for closing the view controller).This is view controller is for displaying information to the user when he clicks on a 'Help' ...
4
votes
2answers
2k views
UIViewControllerHierarchyInconsistency worked in ios5 but not in ios6
I had a perfectly working project until i have updated to ios6.
when i tab on a bar item to show a popover with a view the app crashes...
here is the error i'm getting
"reason: 'A view can ...
6
votes
3answers
4k views
iOS 6 ViewController is rotating but shouldn't
I want several of my app viewcontrollers to not rotate in iOS 6.0.
This is what i did to make the rotation in iOS 6 possible:
1.) Set the windows rootviewController in ...
1
vote
1answer
1k views
UIPageViewController using Storyboard and Xcode 4.5
I want to ask some question about Xcode 4.5. I am creating app with storyboard. This app has UIPageViewController. But if I want to define identifier of UIViewController in IB of storyboard, there is ...

