Skip to content

Commit

Permalink
make contractionResistance public
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwalker committed Nov 16, 2015
1 parent d715310 commit b02898a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HidingNavigationBar/HidingNavigationBarManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class HidingNavigationBarManager: NSObject, UIScrollViewDelegate, UIGestu

// Control the resistance when scrolling up/down before the navbar expands/contracts again.
public var expansionResistance: CGFloat = 0
private var contractionResistance: CGFloat = 0
public var contractionResistance: CGFloat = 0

public var delegate: HidingNavigationBarManagerDelegate?

Expand Down

0 comments on commit b02898a

Please sign in to comment.