2sui

Results 1 issues of 2sui

There is my code : ``` let ballSize = self.view.bounds.size.width / 12 _pullToBounce = PullToBounceWrapper(scrollView: _collectionView, bounceDuration: 0.8, / ballSize: ballSize, ballMoveTimingFunc: CAMediaTimingFunction(controlPoints:0.49,0.13,0.29,1.61), moveUpDuration: 0.25, pullDistance: ballSize * 2, bendDistance:...