-
Notifications
You must be signed in to change notification settings - Fork 346
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
Make BottomSheetStyle work like iOS Maps application #110
Comments
One potential way to achieve this is:
I haven't tried this personally, not sure if it will work as expected. |
Thanks Kevin. Is there a way to makes these changes without modifying the STPopUpViewController itself? To add the draggable handle and necessary events so swiping up anywhere on the subclassed tableviewcontroller drags the view up until it reaches max height and then the tableview would scroll. And override or bypass the nav bars touchDidEndWithOffset which handles the drag up /down behavior of the view controller
|
@kevin0571 I have the same business requirement. |
I would like to be able to pull up the view by a handle and have it snap in place to a partial and full view like the iOS Maps application. Including making the view scrollup to the max height when you swipe up from anywhere and then having the tableview start scrolling once you have reached the max height.
The text was updated successfully, but these errors were encountered: