-
Notifications
You must be signed in to change notification settings - Fork 270
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
Dismiss ViewController on ScrollView scroll / pan gesture #125
Comments
Sorry. Been really busy with work. Will get a couple of weeks of for the holidays and will catch up on issues and pull requests. Thanks for your patience. |
@danlozano : any plan to update this. Since all default controls have the gesture dismissing now. It would be very cool to integrate this. I dont see any other library achieving this well. |
This issue is now officially on the road-map, as this is something that has become standard issue now with the iPhone X and many stock iOS apps (Music, Podcasts). I will start working on this, if anyone has any ideas/suggestions or want's to help out via a PR, you are very welcome. |
I posted about this a while ago. If you disable vertical scrolling from scrollviews (stop scrolling when it reaches 0.0) and enable simultaneous gesture recognizers it should work |
https://asciiwwdc.com/2014/sessions/235 |
Has any progress on this task? |
Looking forward to this enhancement. |
this project is dead man. you are better off finding a new one.
…On Tue, Feb 23, 2021 at 10:27 PM FrankWu ***@***.***> wrote:
Looking forward to this enhancement.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#125 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHQK3J6VWXXI3BLPAFUIWLTASL53ANCNFSM4EI34KTA>
.
|
Oh... Okay. |
Dismiss viewcontroller on pan of scrollview (tableview /collectionview) .
https://github.com/sgr-ksmt/PullToDismiss
Also, the UITableviewcontroller can be the child view controller of the view controller which we are presenting. Dismissing the complete viewcontroller on pan similar to 1. Though that should not affect, just a note.
The text was updated successfully, but these errors were encountered: