modalviewcontroller
iPhone - Dismiss View problem
i\'m looking at some augmented reality examples using the ARKIT. I\'m trying to add a button on top of the camera view to dismiss it, so it goes to its previous screen. When i try to dismiss the view,[详细]
2023-04-02 13:51 分类:问答Can appDelegate be a modal view delegate?
I\'m trying to have a Terms of Service modal view display when my application launches, when the settings preference indicates the user hasn\'t accepted the terms of use.[详细]
2023-04-02 07:15 分类:问答Xcode: Can you change views if your project isn't a View Controller project?
I want to change views e.g.; [example presentModalViewController:example2 animated:YES]; But can 开发者_JAVA技巧I do this in a single view application? May seem a silly question, but is there any w[详细]
2023-04-01 21:26 分类:问答UINavigationController barstyle property changes layout
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-[详细]
2023-04-01 21:26 分类:问答Big dialog in iPad
Does anybody know how to create control (or view) like this one This question might be duplicated, any way I can\'t find an answer开发者_开发技巧. Thank you.Just implement a modal view controller.[详细]
2023-04-01 15:53 分类:问答How do I launch a modal view from a custom UITabBar?
I\'ve built out the raised-center UITabBar from this GitHub location. My challenge now is that I can\'t figure out how to create a modal view that will appear when the button is pressed.[详细]
2023-04-01 11:12 分类:问答How do I make an expand/contract transition between views on iOS?
I\'m trying to make a transition animation in iOS where a view or view controller appears to expand to fill the whole screen, then contract back to its former position when done.I\'m not sure what thi[详细]
2023-03-28 20:30 分类:问答Call UINavigationController from subview in UITableViewCell
I have a table view in which I have subclassed the cells. In these cells I add a subview of a UIView. When sliding the cell I add another UIView to the subclass of UITableViewCell.[详细]
2023-03-28 19:31 分类:问答Problem with position of new view using presentModalViewController
I am trying to add a new view to my app using presentModalViewController. ASpotImageViewController *aSpotImage = [[ASpotImageViewController alloc] initWithNibName:@\"ASpotImageView\" bundle:nil spotI[详细]
2023-03-28 17:55 分类:问答iPad Won't Load Modal View
I\'m getting this error when loading a modal view. *** Terminating app due to uncaught exception \'NSUnknownKeyException\', reason: \'[<UIViewContro开发者_如何学编程ller 0x72785a0> setValue:for[详细]
2023-03-28 09:03 分类:问答