I\'ve searched through this site that I couldn\'t find a solution to the problem I\'m facing now.Hope someone can help.
I\'m writing an iPhone app. Starting from a view controller in a navigation stack [called EditCreatorController], I am presenting a custom modal view controller [called BMSStringPickerController]. I h
I have a long View Controllers hierarchy; in the first View Controller I use this code: SecondViewController *svc = [[SecondVie开发者_开发知识库wController alloc] initWithNibName:@\"SecondViewCont
Below is the code I\'m using to do a retry on an FBConnect session.When the [self loginToFaceBook] fires FBConnect adds a subview to \'window\' which is still the UIAlert view, so when the UIAlert rea
I\'ve got into a very strange problem. I created my own UITabBarController to customize it and it works pretty w开发者_开发问答ell... except for the modal views. When I dismiss the modal view (present
Using a split view on the iPad, I have the following code: - (void) splitViewController:(UISplitViewController *)svc willHideViewController:(UIViewController *)aViewController withBarButtonItem:(UIBa
I have a MPMoviePlayer setup to play an intro movie to my application. That works just great, the only problem is that it lasts for 14 seconds, and I want to give my users a chance to skip the intro b
I\'m pretty new to iPhone dev, so any help is appreciated. I am creating an action sheet within a function and adding it to the current view. I have the sheet delegate as \'self\' and the action shee