-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
popover in a modally presented viewcontroller #85
Comments
Is your problem the same as #22? If yes, I'll try to address it tomorrow. If no, could you provide more detailed steps/some code to reproduce it? |
There is no error, the popover just not displayed. I want to show the popover after tapping a button ` func setupPopover() {
` i use this code in several parts in the project, sometimes it works and the popover will displayed. sometime only the blureffect appears. |
as pagrit says, there are no errors. the popover just doesn't display. |
Thank you, I'll take a look. BTW, it will be really helpful if you share test project that reproduces this problem. |
i made a little test project: https://nousguide.box.com/s/ydpgxw66tb703hd0dkjoxwyneayn23dk |
hmmm, did it work for you in the modal (magenta colored) viewController? i tried, but still no success... |
I haven't checked it in the magenta colored view controller. Let me check |
Ok, I can reproduce it. |
are there any news? or hot fixed? or ideas why it doesn't work? |
Added a fix for this - #87 |
presenting a popover in a modal viewcontroller (presentPopoverAsDialogAnimated) does not work.
any solutions/hints how to fix this?
The text was updated successfully, but these errors were encountered: