Skip to content

Commit

Permalink
Change header view access level
Browse files Browse the repository at this point in the history
  • Loading branch information
t-nakano committed Sep 19, 2018
1 parent 25d7c9d commit 45f76cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HeaderZoomTableView/HeaderZoomTableView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import UIKit

public class HeaderZoomTableView: UITableView {

private let headerView = HeaderImageView()
public let headerView = HeaderImageView()

override public var contentOffset: CGPoint {
didSet{
Expand Down

0 comments on commit 45f76cc

Please sign in to comment.