I want know if it\'s possible to launch the Google n开发者_运维问答avigation to a specific location by providing GPS coordinates of that location from an application.If you mean you want to launch goo
I have a navigation view controller that will show the table view of my开发者_如何学运维 application, but I can\'t get it to move to a new view when I tap an entry in the table.How do I link a new vie
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 fo
Like many others I started to code an experiment today where I would have two view controllers and be able to switch between them.I got this to work using a navigation controller, but I have a questio
Does anyone have an example for NavigationController.开发者_高级运维PopToViewContoller(); using MonoTouch/Xamarin?To go back to the last ViewController:
I am using four tabs in my tabBar navigation, the third tab accesses Core Data to load a table which does get loaded successfully. I am having a problem creating a detail table. I have my detail nib f
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.
Hi there I currently I have a warning on a line of code where I am trying to push a new view onto the screen.
i have a navigation controller with a depth of 3 viewcontro开发者_StackOverflowllers. root, one, two
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.