We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19740a commit 0882befCopy full SHA for 0882bef
SideMenu/MenuTransitionAnimator.swift
@@ -52,7 +52,7 @@ extension MenuTransitionAnimator {
52
case .right:
53
let x = host.view.bounds.width - menu.preferredContentSize.width
54
view.frame = CGRect(x: x, y: 0, width: menu.preferredContentSize.width, height: host.view.bounds.height)
55
- view.autoresizingMask = [.flexibleRightMargin, .flexibleHeight]
+ view.autoresizingMask = [.flexibleLeftMargin, .flexibleHeight]
56
}
57
58
view.translatesAutoresizingMaskIntoConstraints = true
0 commit comments