uipopoverpresentationcontroller Questions
4
I have the following popover in my app:
But I want it to look like this edited image (note that even the arrow has a border):
Is this possible nowadays? I already tried the following inside ...
Fahey asked 1/11, 2018 at 6:19
1
Unable to navigate to a controller using the UIPopoverPresentationController _passthroughViews method in iOS using Objective C.
I am trying to navigate to the controller view using the UIPopoverPre...
Coextensive asked 27/4, 2023 at 18:9
9
When I am displaying some view in UIPopoverPresentationController and presenting it as popover
popoverCon?.modalPresentationStyle = UIModalPresentationStyle.popover
the content have moved upward...
Delative asked 18/9, 2019 at 8:59
3
in iOS 13 it happens that the view of UIViewcontroller that is presented as model starts from the tip of the arrow. Because of it top banners in all of my popover gets cut. Can I prevent this from ...
Feeze asked 12/8, 2019 at 7:42
0
I have a UIBarButtonItem with an image on my navigation controller:
infoItem = UIBarButtonItem(image: infoImage,
style: .plain,
target: self,
action: #selector(infoAction))
navigationItem.ri...
Cartan asked 20/10, 2018 at 10:3
1
Solved
I couldn't show popover controller as popover in iPhone whereas it works very well with iPad.
Any ideas on how to do that in iPhone.
As far as I have searched I couldn't find any.
anyways to mak...
Chantress asked 19/5, 2018 at 17:9
1
It appears - at least by default, that while you can interact with the contents of a popover on a plus iPhone and dismiss it by tapping on the background, on a regular, non plus phone, the behavior...
Monitorial asked 9/5, 2018 at 21:36
0
As the title suggests, whatever values I provide for the popoverLayoutMargins, nothing seems to happen.
I am attempting to display a popover menu anchored to a UIButton. All works fine except that...
Scrope asked 5/9, 2017 at 14:50
1
© 2022 - 2025 — McMap. All rights reserved.