modalviewcontroller
Modal LoginView with iPhone
I have a viewcontroller containing a TabController. Before this loads, I want a user to login so I can check what they have access to. In my AppDelegate, bot the rootViewController (with the tabs) and[详细]
2023-03-15 01:23 分类:问答Modalviewcontroller problem [duplicate]
This question already has answers here: Xcode - How to fix 'NSUnknownKeyException', reason: … this class is not key value coding-compliant for the key X" error?[详细]
2023-03-14 20:53 分类:问答How to Get rid of title bar in Three20?
I present a modal开发者_JAVA百科 view controller in three20 framework,but the view is not full screen , and always hava a titleBar.how to get rid of this title,let my view is full screen.[详细]
2023-03-14 20:34 分类:问答Application tried to present a Split View Controllers modally (there is no split views in my app)
So this app was released to the app store about a month ago. I haven\'t done anything with it for awhile but today I went to go in and start working on an update. I get this error when trying to preve[详细]
2023-03-14 17:32 分类:问答Is it possible to show a UIImagePickerController at full screen in iPad?
I\'m currently working on the iPad version of an app, where I used UIImagePickerController t开发者_如何学JAVAo let the user pick a photo from their library.[详细]
2023-03-14 17:12 分类:问答Understanding custom Delegate
So I have an app, and in the app there is a tableView, I have a uinavigationbarbutton that presents a modal viewController.When the user hits a go button in the modal interface, I want it dismiss the[详细]
2023-03-14 16:00 分类:问答Help with Modal View Controller & Login
I need some help with modal view controllers, as I have not used Modal View Controllers before... So this is how my application now is...[详细]
2023-03-14 14:09 分类:问答dismissModalViewController isn't working properly
My app is in working condition but for some reason my app goes to viewDidUnload when I receive memory warning while dismissingmodal view controller. I\'ve been through all my code and cannot find a re[详细]
2023-03-14 13:59 分类:问答UIModalPresentationFullScreen not working in iPad landscape mode?
I have added a ViewvController(B) as subview on ViewController(A). In ViewController A(SuperView) UIModelPresentationFullScreen working fine. But when am calling UIModelPresentationFull in ViewControl[详细]
2023-03-14 08:10 分类:问答How to use the managed data context from a modal view? (Core Data)
I have a Core Data structure set up. In my application delegate, I have: - (void)applicationDidFinishLaunching:(UIApplication *)application[详细]
2023-03-13 10:01 分类:问答