0
votes
1answer
9 views
UITableView cells do not stay selected when pushing a view
I have a UITableView on a view. This UITableView has cells which are made up of a checkbox custom control, a label and a disclosure accessory. When I select a row in the tableview …
0
votes
2answers
20 views
iPhone: MKMapView Strange crash
Hi everyone,
I'm having an issue with a MKMapView, hope someone can help me.
I have a view that embed a MKMapView and a navigationController. I push in my navigationController an …
0
votes
1answer
33 views
Navigation & View Controller questions
I'm experimenting with ViewControllers & NavigationControllers in Interface Builder trying to get a better grasp of what's tied to what and why... I'm struggling with a scenari …
0
votes
1answer
14 views
properties from a parent view in iPhone Navigation Stack
I can't seem to access parent view properties in a navigation stack. See below
//the parent to current view (which is at index 2)
UIViewController *parentView = [self.navigationC …
1
vote
2answers
50 views
+100
setOrientation problem
I have a really strange orientation issue. I have a sequence of view controllers under a navigation controller. One of them can take any orientation. When I'm leaving the orient …
0
votes
1answer
30 views
Can you return to a specified view within a NavigationController?
Is it be possible to return to the first view of a NavigationController?
Example:
View 1 -> View 2 -> View 3 -> (An action is performed) Return to View 1
0
votes
2answers
49 views
Scrollable UINavigationBar similar to Mobile Safari
My application uses a UINavigationController and the final view (detail view) lets you view an external website within the application using a UIWebView.
I'd like to free up some …
2
votes
1answer
34 views
Memory usage accounting in a navigation controller-based app;
I have a navigation controller-based application that could be active for a relatively long time and can load multiple screens, revisiting some in the course of its life - a busine …
0
votes
0answers
2 views
Question for Printer connection from iPhone and for more than 5 tabs in UITabBarController
Hi All,
I am developing an application where I need to connect to the bluetooth printer via iPhone where I generated a ".txt" file which I need to print. So is there any informati …
0
votes
1answer
27 views
How does the search display controller hide the navigation bar?
Hi there,
When you enter the search bar handled by a search display controller, it slides the view up and pushes the navigation bar up with it. This is easy enough to do, however, …
0
votes
1answer
48 views
UINavigationController with presentModalViewController
I have a menu screen that implements UINavigationController and on top of that screen, using presentModalViewController, i place another screen that I wish to have another IUNaviga …
0
votes
1answer
44 views
Hide navigation bar and toolbar on touch
Does anyone have any info or code on how to can hide a navigation bar and toolbar when the user touches the iphone screen.
Basically I have an image gallery and I want to see the …
1
vote
2answers
53 views
How can I put a progress bar in a UINavigationController’s toolbar like the Mail app?
My application connects to the network to retrieve some data and I'd like to show a progress bar in the toolbar of the UINavigationController of my application.
What I actually wa …
0
votes
1answer
5 views
popToRootViewControllerAnimated toolbar not correctly updating.
I have a UITabBarController whose tabs are UINavigationController. I have initialized each navigationController by:
iPhoneApp *appDelegate = (iPhoneApp *)[[UIApplication sharedA …
0
votes
0answers
29 views
Child Controller reuse (Navigation Controller setup in Beginning iPhone 3 Development)
My apologies for posting such a book-specific question but by question relates to a particular explanation, which some of the members here may have come across, in "Beginning iPhon …
