Open
Description
This doesn't always work:
https://github.com/sgr-ksmt/PullToDismiss/blob/master/Sources/PullToDismiss.swift#L173-L175
Example: if you drag a UINavigationController
with a UIViewController
that has a UIScrollView
in it, upward (into negative space) before dragging it downward, it may skip over the detection range of 0
-> 0.5
that's prescribed here, and the status bar is hidden on that view.
Depending on what you're doing, this is an oversight.
Metadata
Assignees
Labels
No labels