Skip to content

Commit

Permalink
another try at making this work
Browse files Browse the repository at this point in the history
  • Loading branch information
cookeri6 committed Sep 6, 2019
1 parent 6d3de18 commit 532b1e0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions DrawerView/DrawerView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,7 @@ private struct ChildScrollViewInfo {

fileprivate var childScrollViews: [ChildScrollViewInfo] = []

public var overlay: Overlay?

public var overlayBackgroundColor: UIColor = UIColor.black
private var overlay: Overlay?

private let borderView = UIView()

Expand Down Expand Up @@ -199,6 +197,12 @@ private struct ChildScrollViewInfo {
}
}

public var overlayBackgroundColor: UIColor = UIColor.black {
didSet {
updateVisuals()
}
}

public var borderColor: UIColor = kDefaultBorderColor {
didSet {
updateVisuals()
Expand Down

0 comments on commit 532b1e0

Please sign in to comment.