Skip to content

Commit

Permalink
making this a public var
Browse files Browse the repository at this point in the history
  • Loading branch information
cookeri6 committed Sep 6, 2019
1 parent b6693bf commit 6d3de18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DrawerView/DrawerView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ private struct ChildScrollViewInfo {

fileprivate var childScrollViews: [ChildScrollViewInfo] = []

var overlay: Overlay?
public var overlay: Overlay?

var overlayBackgroundColor: UIColor = UIColor.black
public var overlayBackgroundColor: UIColor = UIColor.black

private let borderView = UIView()

Expand Down

0 comments on commit 6d3de18

Please sign in to comment.