Skip to content
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.

Class HPTextViewInternal line no 70 #114

Open
VasimDS opened this issue Apr 14, 2015 · 1 comment
Open

Class HPTextViewInternal line no 70 #114

VasimDS opened this issue Apr 14, 2015 · 1 comment

Comments

@VasimDS
Copy link

VasimDS commented Apr 14, 2015

if (s.y > self.contentSize.height - self.frame.size.height && !self.decelerating && !self.tracking && !self.dragging)
    s = CGPointMake(s.x, self.contentSize.height - self.frame.size.height);

One more check is require
self.contentSize.height > self.frame.size.height

@whooperlove
Copy link

great fix!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants