Matman

Results 3 comments of Matman

I haven't tried this project but I guess you might have the problem with any classic button in lists when you scroll down : I had the same problem. My...

just resolved this ^^ Just needed to scroll to some point in a scroll view simply add this line : self.scrollView! .setContentOffset(CGPoint(x: self.view.frame.width, y: scrollHeight), animated: false) after this line...

Hi! I found your bug when you touch the screen : you have to set the scroll height to 0, like this : var scrollWidth: CGFloat = 3 \* self.view.frame.width...