presentmodalviewcontroller Questions
4
Proper UIKit Approach:
According to Apple's WWDC 2019 talk on the subject, AVPlayerViewController should be presented modally to take advantage of all the latest full-screen features of the API. T...
Envelope asked 20/9, 2019 at 19:17
3
Solved
With the new default card modal presentation in iOS 13, there is a nice feature that is swipe to dismiss. Is it possible to use this feature while presenting a classic .fullscreen modal?
I checked...
Salyer asked 5/9, 2019 at 10:42
2
I'm afford to ask this question because after large research almost 2days of Googling, Stack Overflowing, etc...
My issue is this: I'm presenting ViewController from my main ViewController like th...
Dulce asked 7/1, 2015 at 11:37
10
Solved
I am trying to present modal view controller on other viewcontroller sized to half parent view controller. But it always present in full screen view.
I have created freeform sized View controller ...
Tribe asked 23/3, 2015 at 20:25
5
Solved
We have 2 controllers: MainVC and ProfileVC.
From MainVC we go to ProfileVC with profileButton press (left item on navigation bar).
In Profile VC we have 2 buttons on navigation bar : back to main...
Erase asked 15/8, 2015 at 12:40
2
I am curious to know that what is/are the actual benefit(s) (with some example) we get if we use .fullScreen versus .overFullScreen presentation style while presenting a view controller modally ove...
Silkaline asked 1/11, 2019 at 10:41
7
Solved
Hello I am using One tab bar button on toolbar , this button will show next view with table view ,Here is my code
[self presentModalViewController:self.navigationController
animated:YES];
my pr...
Flavius asked 19/5, 2011 at 9:44
1
Solved
I have a tableViewController which is presented modally with the default sheet style presentation.
I want to keep this modal style as it looks good and works well in my app. And I like the d...
Fascinate asked 2/11, 2019 at 23:10
0
What I'm looking to achieve is the exact same behavior as share view of iOS 13. I want to present my custom picker view as popover on iPad, and as semi modal on iPhone. I'm currently using "prese...
Olivaolivaceous asked 27/9, 2019 at 21:57
24
Solved
I'm trying to present a view controller modally, with a transparent background. My goal is to let both the presenting and presented view controllers's view to be displayed at the same time. The pro...
Sennet asked 5/10, 2012 at 7:4
6
Currently I am using [self presentModalViewController :newVC animated:YES] .I want to present newViewcontroller from left/right/top/bottom with a push effect. I tried to use CATransition but it dis...
Knickerbocker asked 25/1, 2012 at 8:55
5
Solved
Is it possible to show pushViewController animation look like presentModalViewController but that has background functionality of pushViewController?
Willie asked 1/10, 2010 at 10:10
2
Solved
I have a UIViewController that I'm presenting over another. It should show as a popup with a transparent background. It shows normally, but the background is black. It is presented while embedded i...
Contraception asked 18/9, 2018 at 19:4
4
Solved
I have tab bar and in view "A" and in "A" I have navigation controller. SO inside my navigation controller in "A" i called
[self presentModalViewController:modalView animated:YES]
But modalView...
Benitez asked 29/7, 2012 at 8:50
6
Solved
update:
I've faced this problem again, and found another way. If presenting controller is not embedded in navigation controller, it will be hidden if presented controller is not fullscreen and will...
Calvano asked 1/11, 2013 at 9:37
1
I have a VC "A" that present VC "B" modally. B presents a UIDocumentMenuViewController
The UIDocumentMenuDelegate protocol is implemented in B.
As soon as documentMenuWasCancelled(_ documentMenu:)...
Joiner asked 27/3, 2017 at 17:45
5
Solved
Is there a way to present a view controller modally without knowing what the visible view controller view is? Basically sort of like you would show an alert view at any points in time.
I would lik...
Striped asked 12/4, 2013 at 0:45
12
Solved
I have a view controller hierarchy and the top-most controller is displayed as a modal and would like to know how to display the navigation bar when using
'UIViewController:presentViewController:...
Welby asked 15/3, 2012 at 16:41
5
Solved
What is the difference beetween calling presentModalViewController and pushViewController, when :
animation is set to NO (even if yes, that's just an animation style that can be changed).
a navig...
Kiowa asked 8/11, 2011 at 0:40
3
Solved
I'm fairly new to iOS programming and I'm working on an iPad app that has a Tab Bar Controller with 4 View Controllers (named FirstViewController, SecondViewController, etc) attached to it. Current...
Dogeared asked 25/1, 2012 at 17:28
2
I've downloaded the PageControl sample code from apple. It's a project with a UIPageControl. I've changed it so that the UIScrollView has different views. For each view I want to add, I created a U...
Voronezh asked 3/7, 2012 at 15:29
5
Solved
I copied a working viewcontroller class from another project into a new project. I can't get the view to load in the new project. In the old project I used presentModalViewController. In the new I ...
Enlighten asked 13/4, 2012 at 20:7
2
Solved
I have Core Spotlight set up in my app. I navigate to a specific view controller within a navigation controller that displays a webview webpage based on the title. So for example:
- (BOOL)applicat...
Monney asked 27/8, 2015 at 0:44
5
I'm struggle at this for 2 days and believe that this is the moment I should call for help. After I search SOF for a while, none of any answer could solve my problem. Here are my application ...
I...
Estrellaestrellita asked 1/3, 2013 at 11:47
13
Solved
The App Store app on iOS 7 uses a frosted glass-type effect where it is possible to see the view behind. Is this using an API built into iOS 7 or is it custom code. I was hoping it would be the for...
Baikal asked 4/10, 2013 at 9:7
1 Next >
© 2022 - 2025 — McMap. All rights reserved.