mauroat22

Results 1 issues of mauroat22

Update last position `self.lastPosition = position` after scrolling programatically to prevent discordances between scrolling and selecting by clicking, for instance. ``` public func moveTo(position: CGFloat) { self.lastPosition = position self.position...