modalviewcontroller
iPad Modal UIViewControllers position
How do I position this ViewController over the detail view modally? I want it to be right aligned so you can see the navigation portion greyed out.[详细]
2023-03-22 16:34 分类:问答Showing a login screen as a modal view
I\'m developing an app that can be used without logging in immediately, but certain tabs require login.So I want to have my login view slide up whenever those tabs are opened.If the user hits the Canc[详细]
2023-03-22 09:40 分类:问答modalViewController delegate callbacks - HowTo?
I have some view controller, and when I click some button I make modalView (wrapped with UINavigationController) and present it.[详细]
2023-03-20 18:26 分类:问答iPhone - Autorotation doesnt work after playing youtube video in other uiviewcontroller
I have a problem with autorotation of a viewcontroller (Inside a tabbarController, this is the only viewcontroller that should autorotate) and this works by setting the shouldAutorotateToInterfaceOrie[详细]
2023-03-20 09:28 分类:问答how can an UIAlertView button calls another function?
-(void)buPressed{ UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:@\"Game Over\" message:@\"YOU LOST! ALL YOUR BASE ARE BELONG TO US!\"[详细]
2023-03-19 01:34 分类:问答presentModalViewController vs. pushViewController Animation Direction and Functionality in Popping/Dismissing
Im ny app there are several UIViewControllers structured in a UINavigationController being pushed one after the other; once reaching the last one they are all \"popped\" back us开发者_如何学JAVAing po[详细]
2023-03-17 15:13 分类:问答ios passing message to modal view
I have a view [xib] that calls other view [xib], when I go to the second view, a value gets send to the second view .m[详细]
2023-03-17 08:55 分类:问答Open a new view when didSelectRowAtIndexPath
In my main view I have a UITableView. I want to open a new view when the user taps on a cell, this is what I have currently:[详细]
2023-03-17 05:08 分类:问答ModalViewController not being present to user
I am building a modal view with the following frame... _webView = [[UIWebView alloc] initWithFrame: CGRectMake(0, 0, 480, 320)];[详细]
2023-03-15 13:10 分类:问答Present modal ViewController from SubView
I am trying to present a modal view controller C from view controller B. B\'s view does not cover the full screen, and is a subview of another view controller, A. What I am seeing when I try to presen[详细]
2023-03-15 01:25 分类:问答