-
Notifications
You must be signed in to change notification settings - Fork 329
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
Pop Arrow disappears when table view pop over drawn below its button #96
Comments
Have u found any solution to this ? |
yes i have this issue too, so fall bak to version 1.0.4 |
+1 |
To fix it on this version, create one UIView and add items programmatically . Don't use tableview |
It is displayed in the demo project, but where is the difference? |
Try to set the arrow size with the options
|
you just need to clear background of view actually |
I discovered that commenting out Popover.layoutSubviews() fixes this problem. I don't know if that breaks other use cases, however. The change offered by salvasp above doesn't work for me. |
I have same too. Also backed to 1.0.4 |
I have the same issue, I'm using swift 4 |
To resolve this issue |
Any luck so far with latest version? |
try to use Mask replay Fill |
I want table view pop over below its button but when I make it down arrow disappears
Here is my code:-
Here is screen shot:-
Why I am not able to get arrow in case of table view ? If delegate & datasource not given then arrow will appear.
Please guide me.
Thanks,
Zalak
The text was updated successfully, but these errors were encountered: