I have two ViewControllers which both are UIWebViewDelegates and in one I have a UIWebview that basically lists a number links.
I\'m coding an iphone app which takes user inputs from First View (RootViewController) and then it needs to pass on the inputs to the \"results\" View Controller which is another view which uses the i
I have a view controller \"myViewController\" that makes HTTP requests.I set the request\'s delegates to self (the instance of myViewController).Everything works fine until I pop myViewController off
I understand that view contr开发者_运维问答ollers help control multiple views in an application, but I have trouble understanding when to use them.
Problem: I can\'t get one instance of iAds to be viewed in 5 viewcontrollers. I used the iAdSuite example from dev.apple.com to integrate iAds into my app. All is fine until one uses the back button
Basically, I have two view controllers inside the MainWindow.xib that can be viewed by clicking the Bar Button in my Navigation Controller. I wanted those two view controllers to be separated from the
I have a modal view controller which displays a navigation controller. The navigation controller in-turn has a regular UIViewController as its root view controller. The only UI element that the above-
I\'m working on a new app where there is a \"main\" UIViewController with some UIButtons and once the user clicks on the buttons, the application is navigating to another UIViewController.
I have a view1 and view2. In view1 i have set a dynamically tab-bar with two tab-bar items. Now i want to set on view1, that is in which i have add tab bar, at first tab bar item. And on second tab-ba
I am using a UIViewController and I use presentModalViewController:controllerr animated:YES topresent it but I would like if 开发者_Go百科it would slide down from the top of the screen instead of up f