modalviewcontroller
UITabbar + ModalViewController
I have a viewController that I am presenting as modalViewController in my ParentViewController. The parentViewController has a UITab bar with 2 tabs. When I present the ChildCiewController as modalVie[详细]
2023-02-27 02:14 分类:问答dismiss a modalviewcontroller when the application enters background
i need to dismiss my uiimagepicker modal viewcontroller automatically when the application enters the background.i tried to put the code to dismissmoda开发者_运维问答lviewcontroller code in viewdiddis[详细]
2023-02-25 01:05 分类:问答iOS - Know when modal view has been dismissed
I have a UIViewController which I present a modalViewController in.After the modal view is shown, the user can dismiss it.[详细]
2023-02-24 11:25 分类:问答Opening a ModalView from a ModalView
I have a SplitViewController with a list of clients, after selecting a client, I open a modalView containing all the information on top of it with the following code:[详细]
2023-02-21 01:25 分类:问答UIWebView keyboard with modal view dismissal, display issue
i have a UIWebView on a modal view. The problem is that when the keyboard comes up for the UIWebView and I then dismiss the modal view, the underlying UINavigationController which has a UITableView on[详细]
2023-02-17 20:45 分类:问答UIScrollView's last lines in subview is visible but not touchable
I create a view (main view) that contains number of another views (widgets). That main view shows perfect. Main view can resize while running so I added it to a UIScrollView.[详细]
2023-02-17 01:21 分类:问答Strange Modal View Controller NSException bug
Can anyone help me make sense of the crash log below? It came from Apple after inquiring further about a crash my app had. They rejected the app because of this crash, but I have never once been able[详细]
2023-02-16 04:09 分类:问答Understanding View Controllers
I have an TabBar application with 4 tabs. All four tabs have navigation 开发者_开发知识库controllers. In the settings tab i have a table with a cell for \"Feedback\". When the cell is clicked a FeedBa[详细]
2023-02-15 12:47 分类:问答Presenting multiple view controller modally -- A memory issue?
How much memory a view controller eats when it is loaded into the memory? I have an application where I am planning to keep 4 view controllers in the memory as they are modal on each other and out of[详细]
2023-02-14 06:39 分类:问答iPhone ViewController loading as UIModal and UINavigation - how to differentiate
Maybe someone can drop me a pointer.I\'ve got a UIViewController that is being served up as both a UIModalViewController and pushed onto the view stack via a UINavigationController -depending on where[详细]
2023-02-13 17:57 分类:问答