-
-
Notifications
You must be signed in to change notification settings - Fork 741
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
iPad - Swift Popover not visible #68
Comments
Tried this in the simulator Version 8.0 (550.1) with:
The popover appears fine on all devices. |
@mgmart Can you try example from the project (Swift-Example) on iPad Air simulator? |
It's a bit distressing, but I've managed somehow to have selected the Swift-example and to run the objc-example. Thank you for sending the screenshot. |
I must prepend, that I'm not an experienced IOS developer. The view bounds of In CGRect booze = {{0, 256}, {768, 1024}};
[popover presentPopoverFromRect:booze inView:_containerView
permittedArrowDirections:UIPopoverArrowDirectionAny animated:YES]; Unfortunately I do not know how to put this into nice code. HTH |
@mgmart You're damn right! It's my fault. |
When project running on iPad with Swift implementation - popover not appeared.
Reproducible in project example.
The text was updated successfully, but these errors were encountered: