-
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
Popover height keeps growing every time I open and close the popover #122
Comments
did you figure this one out? I just noticed the same thing today |
What's the solution ? |
Me too,to figure this, I set the arrowSize zero , but it looks so strange. |
I find a above code in |
My solution: Just remove a below code in Popover file:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
let options = [ .type(.up), .animationIn(0.3) ] as [PopoverOption] let popover = Popover(options: options, showHandler: nil, dismissHandler: nil) popover.show(passwordValidationView, fromView: sender as! UIButton)
As you can see this custom view size keeps on increasing as it is open multiple times
The text was updated successfully, but these errors were encountered: