Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
5answers
5k views

Xcode 4.2 creating navigation based application

I just tried to create navigation based application via xcode 4.2 and all I found in the new window have nothing to do with navigation based application .. I found page based application which is ...
6
votes
3answers
134 views

Custom navigation bar

I was crawling Dribble and found the attached design. I was wondering how to do a custom navigation bar like this. I mean how create the navigation bar once and reuse it implicitly for every view ...
3
votes
1answer
40 views

Navigate first and then have viewDidLoad be called in an iphone app

I am new iPhone developer. I have created an application in which I use pushViewController to navigate between views. But when I call : DetailViewController *dvController = [[DetailViewController ...
3
votes
2answers
139 views

iAds ADBanner disappear when back button is clicked

i have a navigation controller with a depth of 3 viewcontrollers. root, one, two i want to add an ADBannerview and I followed the iAdsSuite sample code from apple. i added to all of my ...
3
votes
5answers
5k views

iPhone UINavigation Issue - nested push animation can result in corrupted navigation bar

I keep getting the following errors: 2011-04-02 14:55:23.350 AppName[42430:207] nested push animation can result in corrupted navigation bar 2011-04-02 14:55:23.352 AppName[42430:207] nested push ...
3
votes
3answers
754 views

Back Button Animation in Navigation Controller

CATransitions can be used to animate transitions in Navigation Controllers when drilling down. However when using Back button og Navigation Controller (going back up) animation is still slide out. ...
2
votes
1answer
456 views

ios storyboard passing data navigationViewController

I am new to obj-c and ios. I have problem with proper passing data between view's but not in standard way. Picture describing my problem: I performSegueWithIdentifier with one of two segue ...
2
votes
1answer
197 views

NSInvalidArgumentException “Unrecognized selector sent to instance” (using MPMoviePlayerController)

Well, I have a TableView in a RootViewController with a DetailViewController for the display of the information of the single record. In the Detail page i have to play a multimedia file and i'm using ...
2
votes
4answers
106 views

app crashes without any log messages

In my App I have an UIViewController, that pushed by another ViewController's navigation controller. It contains some views, buttons, scrollViews and accelerometer support. When I tapping "back" ...
2
votes
4answers
136 views

iOS4 how to restart view controller

I wish to restart a view controller. What I've done is to pop the current view controller off the navigation stack, and push a new instance of the view controller onto the stack. However, this does ...
2
votes
1answer
144 views

launch the Google navigation to a specific location by providing GPS coordinates

I want know if it's possible to launch the Google navigation to a specific location by providing GPS coordinates of that location from an application.
2
votes
4answers
348 views

How to call another class on navigation controller and add it to app delegate

i have created a view based application and in the appdelegate .h file i have created UINavigationcontroller object and added it to window subview.Next in the app did finish launching i had allocated ...
2
votes
1answer
336 views

UIToolbar Memory Leak

Currently I have a navigation based application and obviously the RootViewController is a UITableView. However, I deemed it necessary to create a UIToolbar that floats above the UITableView. Currently ...
2
votes
4answers
963 views

Calling popToRootViewControllerAnimated after dismissModalViewControllerAnimated

I am working application in which i calling presentModalViewController and once finished(calling dismissModalViewControllerAnimated:YES) it should immediately call popToRootViewControllerAnimated. ...
2
votes
2answers
589 views

UISearchDisplayController,UINavigationController,UITabBarController Woes

Hey everyone, running into a bit of an issue, I have created all my views through IB, with the main window having a NavigationController, and a TabBarController which loads a TableViewController in ...
1
vote
1answer
100 views

Not entering the function -navigationController:willShowViewController:animated:

I've been struggling with this problem for some days. I've been trying to have a persistent RightBarButtonItem in several views. By researching on several blogs and web searches, it turned out that I ...
1
vote
2answers
340 views

Change NavigationBar Title (font and color) in different View Controllers

I was trying to customize the look of the Navigation Bar Title in my app. I had to build a Custom Navigation Controller (not just for this issue), so I thought to override the setTitle function like ...
1
vote
2answers
114 views

Is there any tut/e.g available to implement a u.i navigation tool similar to flipboard browser?

Does anyone knows a tutorial that could help me to build something similar to the browser of flipboard? Basically i would like to filter some contents from a DB in my app and I am specially ...
1
vote
2answers
470 views

self.navigationController.view is nil in iOS5 but not in iOS4

I've a weird problem. I'm using a navigationController and want to add a subview (a MBProgressHUD) to the navigationController.view. Everything is absolutely fine under iOS4. But if I switch WITH THE ...
1
vote
1answer
100 views

does EKEventEditViewController not support being pushed to a NavController? See code & error attached

does EKEventEditViewController not support being pushed to a NavController? See code & error attached. I can present the EKEventEditViewController modally fine, BUT when I try to push via the nav ...
1
vote
0answers
17 views

NavigationController synchronizing execution of subviews with higher level view

I am using NavigationController to provide different views. In one case I want to use a ChildView to get some data from the user and return that data to the ParentView. The parent view uses the ...
1
vote
1answer
16 views

Navigation Stack should contain only ONE view

I have a Navigation Controller and a tableView with several Entries. If i select an Entry a new DetailViewController gets pushed. in the DetailViewController you can swipe right to push the ...
1
vote
1answer
120 views

Three20 get current Navigationcontroller

I have an application calling Information from the web while a user is logged in. In case the session expired, the application delegate creates a quick UIAlertView with a password field so the user ...
1
vote
4answers
69 views

How do I implement navigation button like Echofon for iPhone does?

Hi, how do I implement navigation button like Echofon does, especially with those icons (like Home, Messages) on the button ? I am new to iPhone development so I am really appreciated if someone can ...
1
vote
2answers
48 views

iPhone Navigation button previous button - Beginner

I need to implement the back button; (as in webpages, when you click the back button the screen will set focus to the previous screen). I am not using a navigation control here, instead i want to do ...
1
vote
0answers
103 views

open UIViewController from webView

I have an app which adds a webview as a subview of the main UIViewController. I want to intercept the links clicked in this webview and open them in a new UIViewController (as modal view or ...
1
vote
1answer
52 views

Adding three subviews each with Navigationcontroller Stupid?

Hello i created three books(UIViews) each with it's own Navigationcontroller for paging. My questions !) Does it make any sense to use three Navigationcontroller 2) Is my code below any good? It ...
1
vote
0answers
219 views

self.navigationController is null after it is assign as RootViewController?

I created a new xcode project as View-based application, and I have a set of viewController(s) which I plan to use inside separate UINavigationController(s). In ParentViewController.m before all the ...
1
vote
2answers
186 views

iPhone UINavigationController bar buttons not showing

I am having an issue: I have a tab-bar based app. In MainWindow.xib for the tab that shows the nav controller it links to RootViewController.xib. in RootViewController.xib I have created a navigation ...
1
vote
1answer
594 views

UINavigationController custom transition animation on Back button

I made a custom transition in UINavigationController, code I used: SecondView *newView = [[SecondView alloc] initWithNibName:nil bundle:nil]; [UIView beginAnimtaions:nil context:nil]; [UIView ...
1
vote
1answer
44 views

How set [self varNavigationController] for not being null in my ViewController?

noob writing, I'm trying to use a Navigation Controller, but the method pushViewController doesn't work as it is 'null'. At the same time I've tried the same code in a Navigation Based App ...
1
vote
3answers
450 views

iOS: How to properly use Navigation Controller without any visible user interface

I have an application that seems best suited for a navigation controller. There are a few places where navigation splits off and is not completely hierarchical but I think I can remedy that just ...
1
vote
1answer
229 views

Open specific view on receiving Push Notification

I have UITableView as my rootViewController and I populate that table with parsed RSS (there's a Parser class where my rootViewController is its delegate). In the rootViewController I have methods for ...
1
vote
1answer
730 views

iOS - UITableView Pushing URL to UIWebView in Different View Controller

new to this site, but my head is absolutely killing me after trying for the past few hours to fix something that I know has to be insanely simple. Short story: I have a UIViewController with a ...
1
vote
2answers
426 views

How to used navigation controller and tab bar controller in appdelegate file

I am facing issue of displaying navigation controller and tab bar controller together either one is displayed depending on the position of adding subview in applicationlaunch method. - ...
1
vote
1answer
99 views

What is the program flow in case navigation based application developed for iphone in objective C?

I want to know the sequence in which default or predefined methods ( such as viewDidLoad applicationDidFinishLaunching etc) are called in program execution in a navigation based application.
1
vote
1answer
723 views

Keep Toolbar at top of UIView when using pushViewController and then popViewController?

Update: Another solution to this problem would be if the Navigation bar at the root level of the navigation controller could be transparent or not shown. Is there a way to make the Navigation bar at ...
1
vote
0answers
171 views

UIMapView does not show content at first time

I have a ViewController has a UIMapView as IBOutlet and the ViewController will be pushed into a navigationViewController. I use loadHtmlString:baseURL: method to set the content of the UIMapView, ...
1
vote
1answer
128 views

Windows Phone app crashes when navigating back from a task

Some pages in my app allow users to click a hyperlink to launch the external browser via a WebBrowserHelper. I'm carefully saving the app state in OnNavigatedFrom and restoring it in OnNavigatedTo, ...
1
vote
1answer
83 views

adding background image to the nnavigation rootview

how to add image as background to my rootview in navigation controller programmatically... thanks for that answer for navigation bar hide,....
1
vote
2answers
4k views

Accessing a Top Navigation Controller from a Subview Navigation Controller

I have a my views and controllers set up like so. A Tab/Bar controller Within 1. is a root view controller within 2. is a programmatically created navigation controller, that is displayed as a ...
1
vote
1answer
364 views

Push viewController on navigationController animated bottom to top iphone sdk

Is it possible to push a viewController on navigationController which is animated not horizontally but vertically [bottom to up]? Thanx in advance.
1
vote
1answer
201 views

Mixed type iPhone project(navigation and opengl es)

I would like to have the menu part of my game a navigation style application, customized as I want. Then when the player starts the game it should load the game and run like an opengl es application. ...
1
vote
1answer
1k views

About hide toolbar in iphone app

I have a navigationController which root viewController has no toolbar,but the root viewController navigates to a viewController which has a always visible toolbar.I must assure the root ...
1
vote
1answer
176 views

Navigation Controller: Storing controllers vs models

I have a navigation controller with a table view. In most tutorials I've read they usually have an array of view controllers (or subclasses of) stored locally in the table view controller that they ...
1
vote
2answers
796 views

referencing an instantiated object in another class in objective C

I am working in xcode on an ipod app in objective C, and I have a field (navigationController) in one of my classes (rootViewController). How do I reference the instantiated rootViewController's ...
1
vote
1answer
648 views

Using navigation controller of superview

I've made a custom view to which I add a custom button. This custom view goes as a subview to yet another view (Kal calendar for iphone) that I push into a navigation controller. Now the button in my ...
1
vote
4answers
4k views

iPhone: NavigationController NavigationBar Back button text

When I push a new ViewController onto a navigation controller stack the "back" button is the Title of the previous controller. How can I change the text in the back button to "Back" instead of the ...
1
vote
3answers
582 views

iphone navigationController wont display unless i access .view

When i create a iboutlet to my navigationController and try to add it to the currentview it isn't showing anything. Its really strange, when i initialize my navigationController in code and then add ...
1
vote
5answers
5k views

self.navigationController is nil after adding subview

here is my productscontroller.h ProductListViewController *productListViewController; ProductGridViewController *productGridViewController; UIButton *flipIndicatorButton; and i am adding list and ...

1 2 3 4