Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
4answers
8k views

UIModalPresentationFormSheet resizing view

I am interested to know on how i can resize the view when using UIModalPresentationFormSheet of modalpresentationstyle, it looks like it has a fixed size so i was wondering if anyone out there did ...
7
votes
3answers
3k views

Modal Dialog Does Not Dismiss Keyboard

I am running into an issue where the keyboard does not get dismissed when leaving a UITextField or UITextView in a UIModalPresentationFormSheet. In addition, I've created a large button to serve as ...
4
votes
1answer
3k views

iPad modal form sheet takes up the whole screen anyways

I'm trying to create a form sheet modal on iPad, which should be a 540x620 modal view. I've created a view controller with a NIB file whose view is a 540x620 sized UIView (with stuff on it). I set ...
1
vote
1answer
345 views

MPMoviePlayerViewController in UIModalPresentationFormSheet Problem

My problem is that i have a MPMoviePlayerViewController embeded inside a modalviewcontroller that has the formsheet atribute and when the video goes to fullscreen using the pinch or the arrows the ...
1
vote
1answer
545 views

Presenting UIModalViews in landscape mode

I'm trying to present some UIModalFormSheets in a my iPad application. It's working without any problems, except one thing: When I have my iPad in landscape mode my modal form sheet is moving to the ...
0
votes
1answer
146 views

Present UIPopoverController from inside a modally presented view controller

Is it impossible to present a popover controller from a view controller that's presented as UIModalPresentationFormsheet? or am I missing something? This code works fine on a non-modal view ...
0
votes
2answers
328 views

UINavigation in UIModalPresentationFormSheet

Not sure if someone can help me. I am trying to create a UIModalPresentationFormSheet with navigation. I can load the view but i am not sure how to setup the navigation controller so when a row in ...
0
votes
2answers
342 views

Width of Modal Sheet on iPad

I am presenting an instance of UINavigationController modally with the modalPresentationStyle set to UIModalPresentationFormSheet. Inside the UINavigationController is an UITableViewController. For a ...
0
votes
1answer
237 views

UIModalPresentationFormsheet action does not refresh the main view

I have a table with a list of employee data. User can select the employee and approve/reject the employee's application. If rejected user is supposed to select the reason for rejection and enter ...
0
votes
1answer
331 views

UIModalPresentationFormSheet With Square (0 Radius) Corners?

By default iPad modal form sheets get rounded corners. In a couple of Apple's apps, such as iTunes, the form sheets have perfectly square corners. Is there a relatively easy way to remove the corner ...