Skip to content

Commit

Permalink
Merge pull request #16 from joshwalker/master
Browse files Browse the repository at this point in the history
make contractionResistance public
  • Loading branch information
tristanhimmelman committed Dec 2, 2015
2 parents d715310 + b02898a commit 265035a
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 265035a

Please sign in to comment.