Tagged Questions

an apple tool for interrupting the current workflow and displaying a new set of views

learn more… | top users | synonyms

15
votes
6answers
4k views

Modal view controller won't dismiss itself

What I'm doing: In my app, I'm presenting a modal view controller (containing app settings) using the following code: optionsViewController.modalTransitionStyle = ...
13
votes
2answers
1k views

iOS5: Exception on UIWebView in modal UIViewController playing Youtube video

I am currently working on adapting an existing iOS 4 application with the new iOS 5 SDK. I found a new crash when presenting a UIWebView in a modal view controller that reads a Youtube video. ...
8
votes
6answers
1k views

Implement custom animation to present modal view from specified view on iPad

On the iPad we get much more room to work with, so presenting full screen modal views is not ideal. I know how to present modal views in the new formSheet and a close approach can be found on this ...
8
votes
1answer
713 views

iOS: Is it possible to customize the “Open in…” menu when previewing a document?

I'm looking to leverage either UIDocumentInteractionController or QLPreviewController to preview both PDFs and images inside my application. I'm wondering if any of the following customizations are ...
8
votes
1answer
417 views

Why does Apple recommends to create modal navigation controllers programmatically?

"When presenting a navigation controller modally, it is often simpler to create and configure your navigation controller object programmatically. Although you could also use Interface Builder to do ...
8
votes
5answers
6k views

How to HIDE the iPad keyboard from a MODAL view controller?

I'm trying to hide the iPad keyboard from a modal view controller but it doesn't work. I have tried resignFirstResponder but that doesn't have any affect if we are in a modal view controller. I tried ...
6
votes
1answer
290 views

Blank screen for iOS 5 tab after dismissing modal and coming back from background after a memory warning

Run a app with tabs using iOS 5 simulator or device Bring up a modal dialog Simulate memory warning (for devices go to some apps that are memory intensive) Switch to another app (if you have not done ...
6
votes
3answers
3k views

How to use a boolean in NSUserDefaults

When the root view controller of my application is loaded, I want to be able to check whether or not the users login credentials have been saved to NSUserDefaults. Basically, when the user loads the ...
6
votes
4answers
2k views

Present another modal view from UIImagePickerController

I want to add a confirmation view after the user takes a photo or selects a saved photo. The confirmation view will just show the selected image, with a cancel and upload button in a toolbar. My ...
6
votes
2answers
6k views

iPad custom size of modal view controller

I have a couple of modal view controllers of certain size. I'm trying to avoid the use of custom views (creating full screen black translucent overlay over current view, add the modal view over that ...
5
votes
2answers
582 views

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 ...
5
votes
3answers
787 views

dismissModalViewController AND pass data back

I have two view controllers, firstViewController and secondViewController. I am using this code to switch to my secondViewController (I am also passing a string to it): secondViewController *second = ...
5
votes
5answers
6k views

Clear UIWebView content upon dismissal of modal view (iPhone OS 3.0)

I currently have a UIWebView that is displayed within a modal view. It is basically a detail view that provides a view of a page when the user clicks a link. When the view is dismissed and then ...
4
votes
1answer
55 views

Dismiss Multiple ModalViewControllers in iOS 5

iPhone ModalViewController: In iOS 4, it is possible to dismiss multiple ModalViewControllers using: [[[[self parentViewController] parentViewController] parentViewController] ...
4
votes
3answers
537 views

ShareKit modal view controller won't go away

I'm using ShareKit 0.2.1 on Xcode 4.2 (iOS SDK 5) to share text on Twitter. It shares fine, but the modal view controller wont go away after successfully sharing on after clicking on the cancel button ...
4
votes
1answer
131 views

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 { // Configure and show the window. ...
4
votes
1answer
900 views

Partial Curl Modal Transition Style While Preserving Tool/Tab Bar

Is there a way to present a modal view controller that doesn't cover the tab bar of a UITabBarController? Specifically I want to use the UIModalTransitionStylePartialCurl, but preserve the bottom ...
4
votes
3answers
3k views

iOS — how do you control the size of a modal view controller?

I am presenting a modal view controller. If it matters, it is scrolling up from the bottom. How can I control what portion of the screen it occupies? EDIT: I have the following in the modal view ...
4
votes
2answers
253 views

Questions about iPhone app structure - Core Data, Views, Modal Views etc

About a month ago my wife and I came up with a good idea for an iPhone app, so I set about thinking of how the app would work from a users perspective and about a week ago I opened up XCode for the ...
4
votes
4answers
3k views

Modal View Controller Won't Start in Landscape Mode

I'm at a loss... I have a navigation based app that has a detail view (UIWebView) with action buttons across the bottom in a UIToolbar. I want to add 'notes' when the 'notes' button is pushed. ...
4
votes
2answers
439 views

How can I know if a ModalViewController is being shown?

I override -orientationChanged in my main ViewController to push ModalViewController A when the device is in landscape mode. When placed back in portrait mode, ModalViewController A is dismissed. ...
4
votes
5answers
18k views

iPhone Modal View Smaller that the screen

I'm trying to do something that shouldn't be that complicated, but I can't figure it out. I have a UIViewController displaying a UITableView. I want to present a context menu when the user press on a ...
3
votes
1answer
776 views

ios5 - size of modal view controller with storyboard

is there any way to resize a View Controller that has been presented modally using a storyboard segue? how do I present another View Controller from this modal view controller with a flip transition? ...
3
votes
1answer
146 views

Modal View Controller transitions

I'm trying to do some fanciful transitions for my iPad application. I'm using this presentModalViewController to show another view. But the only available transitions are: ...
3
votes
1answer
105 views

Why does a modal view controller disappear after switching apps?

I am displaying a modal view controller in my app. When I switch to a different app and then back to mine, the modal view controller is no longer displayed, what I see instead is the view behind it. ...
3
votes
1answer
456 views

Problem using presentModalViewController in Ipad

In my current Ipad app, I have a split screen view in which the detail view is a scroll view containing 4 table views. The functionality I was trying to achive was that when I click any row of the ...
3
votes
1answer
681 views

Youtube player in UIWebView in ModalViewController

I am working on an app targeted for > iOS 4. In this app I display a UIWebView as modalView (inside an UIViewController which is pushed from an UITableViewController living in an ...
3
votes
1answer
1k views

Modal UINavigationController with UIToolbar - Toolbar remains empty

I'm trying to put a simple UIToolbar at the bottom of a modally presented UINavigationController. In this sample, it should contain two buttons "cancel" and "something". ... UINavigationController ...
3
votes
2answers
571 views

iOS iBooks like store animation

Anyone know how Apple does the transition to the store in the iBooks app? I know they are using a Modal View Controller with the UIModalTransitionStyleFlipHorizontal transition style set but I don't ...
3
votes
2answers
103 views

Issues with including Email app inside my app -

when a button is pressed, the MFMailComposeViewController is presented. That far i have done. My question is Is it possible to disable the action sheet popping up when cancel button is pressed? Is ...
3
votes
1answer
394 views

How do I display a landscape coverflow style view when device is rotated?

I'm working on an app that will need to display a coverflow style view in landscape when the device is rotated to landscape orientation. I've worked on a few apps before, but none of them required ...
3
votes
0answers
264 views

MPMoviePlayerViewController automatically gets dismissed after movie finishes

The MPMoviePlayerViewController is presented modally, and when it finishes it is automatically dismissed. Is there any way to turn this off so it just hangs out until I say otherwise?
3
votes
2answers
3k views

Show modal view controller with custom frame in iPad

I want to show a modal UIViewController with a custom frame in iPad, centered on top of its parent view controller. I tried using a form sheet but as far I know the frame and shadow effect can't be ...
2
votes
4answers
255 views

How do I make a modal date picker that only covers half the screen?

I want to have the same effect as the birthday date setter in the iPhone contacts app. How do I have a modal date picker come up only halfway on the screen. I want the date picker to be over a ...
2
votes
2answers
90 views

Handling string objects and View Controllers

I am trying to pass a string back and forth between the view Controllers, so for example as soon as I click on a tab bar button (+) in the first View, second view opens (PresentModalViewController) ...
2
votes
2answers
775 views

How to create a UIViewController layout in storyboard and then use it in code?

I have a Storyboard in my iOS 5 application. In there I have created a number of screens and it works perfectly. However there's one view controller that I create in code, not as a result of UI ...
2
votes
1answer
254 views

Device rotation while displaying modal view controller

I have an OpenGL app which supports dynamic device orientation. I can rotate the device to any of the 4 physical orientations and everything works as expected. Now I've added a modal view controller ...
2
votes
1answer
231 views

How to inform the parent viewcontroller about the changed screen orientation in the modal view controller?

I am presenting a modal view controller above a UISplitViewController while being in Portrait mode. Now I rotate the iPad to the Landscape mode and dismiss the modal view controller. It seems that ...
2
votes
2answers
108 views

How to change the position of a Form Sheet Modal View Controller

How would one change the position of a Form Sheet Modal View Controller? By default it is positioned in the centre of the screen, I would like to offset the Form Sheet position so that when I display ...
2
votes
1answer
254 views

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. Has anyone ...
2
votes
1answer
1k views

Objective C: How to present modal view controller from appdelegate?

I am in the appdelegate of my application. How can I add a modal view controller in the "didfinishlaunching" method? I tried the following but did not work SomeViewController *vc = ...
2
votes
1answer
93 views

How to Get rid of title bar in Three20?

I present a modal 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. How to get rid of Three20 ...
2
votes
2answers
442 views

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 ...
2
votes
4answers
455 views

dismiss modalviewcontroller from another modalviewcontroller

I am presenting a modalviewcontroller from another modalviewcontroller. When I dismiss the second modalviewcontroller both the first and second modalviewcontroller should get dismissed. I tried to ...
2
votes
2answers
1k views

Calling presentModalViewController just after dismissModalViewControllerAnimated has problems

I have the code - (void)matchmakerViewController:(GKMatchmakerViewController *)viewController didFindMatch:(GKMatch *)match { [menuViewController dismissModalViewControllerAnimated:YES]; ...
2
votes
2answers
378 views

Memory hanging around after dismissModalViewControllerAnimated:YES

I am presenting a modal view controller which contains a UIScrollView with a bunch of images. When I dismiss my modal view controller I can see in my Allocations (instruments) that memory assigned to ...
2
votes
1answer
1k views

Close one modal ViewController and open another in same method. Possible?

I have a situation where I want to open one modal controller from the other. But when the user closes either, they should go back to the parent controller of both modal controllers. So I have the ...
2
votes
2answers
179 views

iPhone - Showing a UIImagePickerController

I've searched some ways to use a UIImagePickerController in my app, adn the only one I found that worked was the following : On the first View shown by the app, put : self.picker = ...
2
votes
2answers
234 views

Best Way To Create an “Add” View Controller

I have a table view that contains a list of Project objects. When an item is selected it brings up a detail view. Pretty standard. What is the best way to implement "add" functionality (popup a ...
2
votes
2answers
1k views

Two ModalViewController

I have a navigationController from where I launch a ModalViewController. In this ModalViewController I will display the MailComposer which itself another ModalViewController. Now if the user hits the ...

1 2 3 4 5 10