Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
k-lpmg committed Jun 27, 2019
1 parent bfd0cad commit 2a7309d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/PanSlip/PanSlip+UIView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ extension PanSlip where Base: UIView {
base.layoutIfNeeded()
}

let size = base.bounds
switch slipDirection {
case .leftToRight:
base.frame.origin.x = base.bounds.width
Expand Down

0 comments on commit 2a7309d

Please sign in to comment.