modalviewcontroller
2nd uitextfield in modal view not taking keyboard input
I am presenting my modal view using UIModalPresentationFormSheet and I am aware some have had issues resigning first responder and dimissing the keyboard in the past, but my issue is开发者_Go百科 that[详细]
2023-03-13 00:02 分类:问答dismissModalViewControllerAnimated: freezes app, not a crash
Edit- I had accidentally synthesized parentViewController Edit/ This was working, and now it isn\'t, I don\'t think that I have done anything in code that would affect this behavior.[详细]
2023-03-12 16:04 分类:问答presentModalView full screen view shifts to the left when keyboard is shown
I have a login page presented as a modal view controller and when the UITextField become the first responder under portrait mode the view shifts to the left. I wonder why is this?[详细]
2023-03-11 14:28 分类:问答Presenting Modal View Controller before window is visible
I would like to present a view controller modally before calling -makeKeyAndVisible on the application\'s window. However, this code only shows the mainNav view controller:[详细]
2023-03-11 13:26 分类:问答ModalViewCOntroller in NavigationController
I have a NavigationController that present a view (ShoppingController) with a button which one I call a ModalViewController :[详细]
2023-03-10 16:35 分类:问答After dismissModalViewController called, problems with CALayer animation
I have a view controller with animation that run when the view controller appears. Every time the view controller appears the animation should reset to certain position and replay the animation again.[详细]
2023-03-09 22:52 分类:问答Adding a UIActivityIndicator to a modal view (ELCimagepicker)
I\'ve added the ELCimagepicker (https://github.com/Fingertips/ELCImagePickerController) to my project and it works perfectly, allowing the user to select multiple images for a slideshow.But when you c[详细]
2023-03-09 09:30 分类:问答Reset a Modal View Controller
I have a modal view controller that initiates a process. If I dismiss the modal view controller, then reopen it, it c开发者_JAVA技巧ontinues from where it left off. What I want is to (upon dismissal)[详细]
2023-03-08 02:45 分类:问答Login to main app
I\'ve already built the main app and the login. In the appDelegate.m didFinishLaunchingWithOptions, I have[详细]
2023-03-08 01:42 分类:问答Best way to delay REST call until after user enters login info to modal view
My app has a login screen before a user goes into the main view. I will do a presentModalViewController: if a user hasn\'t logged in. In my main view\'s viewDidLoad: I have a call to a REST API which[详细]
2023-03-06 18:34 分类:问答