While a scrollview bounce is settling after a non-scrolling panel has bounced up, allow for some leeway when a dismiss gesture can start. when !contentExceedsBounds, relativeOffset.y could allow for ~10pt (or maybe a bit less) to return true for gesture should begin delegate method.
stopVerticalScrolling() needs to be called to reset bounce. This will be probably be hardly noticeable
While a scrollview bounce is settling after a non-scrolling panel has bounced up, allow for some leeway when a dismiss gesture can start. when
!contentExceedsBounds,relativeOffset.ycould allow for ~10pt (or maybe a bit less) to returntruefor gesture should begin delegate method.stopVerticalScrolling()needs to be called to reset bounce. This will be probably be hardly noticeable