Skip to content

Commit

Permalink
Expose Header View
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMosaad committed Feb 13, 2019
1 parent e21d3bf commit 465892e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ParallaxPagerView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public final class ParallaxPagerView: UIView {

private var originalTopInset: CGFloat = 0

private var headerView = UIView()
public private(set) var headerView = UIView()
public private(set) var tabsView: (UIView & PagerTab)?

private var viewControllers = [TabViewController]()
Expand Down

0 comments on commit 465892e

Please sign in to comment.