-
Notifications
You must be signed in to change notification settings - Fork 140
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
PullUpView doesn't load properly when app loads #46
Comments
It is really hard to understand the issue here. Could you please provide an example of the issue using the demo project? |
Here's the code I use to make the pullUpController.
I add it to the view with this (had to add 15 so that i can at least see it)
The initialPointOffset is set up as follows:
And the prefferedSize comes from the portrait Size. The confusing bit is that this only happens when the app is loaded initially. After that the sticky points are correct. |
@santi-g-s navigationBar is the reason |
Hi, thanks for the great work you've done. But, when my app initially loads, the view is shown much lower than it should be when collapsed. Once I swipe up to open it, however, it returns to the correct height when collapsed and expanded. I have set the height of the collapsed view to be a view container I have in the PullUpView.
The text was updated successfully, but these errors were encountered: