Commit 0991e4f8 authored by Antonino Francesco Musolino's avatar Antonino Francesco Musolino
Browse files

fix the maintainPosition modifier, that doesn't set the given value

parent 83dcf83d
Showing with 1 addition and 1 deletion
+1 -1
......@@ -129,7 +129,7 @@ public extension ASCollectionView
func shouldAttemptToMaintainScrollPositionOnOrientationChange(maintainPosition: Bool) -> Self
{
var this = self
this.maintainScrollPositionOnOrientationChange = true
this.maintainScrollPositionOnOrientationChange = maintainPosition
return this
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment