docs: Update Readme file

This commit is contained in:
Boyko Mihail 2021-06-29 17:55:56 +03:00
parent eea8727d98
commit 8b32bcd89e
1 changed files with 2 additions and 6 deletions

View File

@ -58,13 +58,9 @@ class ViewController: UITableViewController, CollapsibleViewsContainer {
private lazy var parallaxTableHeaderView = ParallaxTableHeaderView(wrappedView: bottomHeaderView ?? UIView())
var topHeaderView: UIView? {
SomeCustomTopView()
}
var topHeaderView = SomeCustomTopView()
var bottomHeaderView: UIView? {
SomeCustomBottomView()
}
var bottomHeaderView = SomeCustomBottomView()
func addViews() {
tableView.tableHeaderView = parallaxTableHeaderView