Skip to content

Commit

Permalink
made a few member variables public
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanhimmelman committed May 2, 2015
1 parent 709c8ab commit 4c08ccb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HidingNavigationBar/HidingNavigationBarManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ public class HidingNavigationBarManager: NSObject, UIScrollViewDelegate, UIGestu
var extensionView: UIView?

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

var delegate: HidingNavigationBarManagerDelegate?
public var delegate: HidingNavigationBarManagerDelegate?

var refreshControl: UIRefreshControl?
public var refreshControl: UIRefreshControl?

private var navBarController: HidingViewController
private var extensionController: HidingViewController
Expand Down

0 comments on commit 4c08ccb

Please sign in to comment.