Eirik Vale Aase

Results 2 issues of Eirik Vale Aase

When on the first page and swiping in the reverse direction, or on the last page and swiping in the forward direction, I would like to disable the swipe. This...

### Goals :soccer: Open up the `autoScale` method so that additional operations can be performed while auto scaling. Our usage is this: ```swift override func autoScale() { super.autoScale() notifyDataSetChanged() }...