Ios swift – UIScrollView doesn't bounce back to exact same position
I have a very annoying detail problem that I don't know how to solve properly with UIScrollView. I have base UIViewController class with a scrollView and contentView set up like this: import UIKit /* Controller used where content will be…