fix: remove delegate code

This commit is contained in:
Boyko Mihail 2021-06-03 19:03:56 +03:00
parent 2de6bc2df3
commit 44b41a6618
1 changed files with 0 additions and 2 deletions

View File

@ -28,8 +28,6 @@ open class HeaderTransitionDelegate: NSObject {
headerViewHandler?.navigationController?.navigationBar.topItem?.titleView?.isHidden = true
headerViewHandler?.tableView.tableHeaderView = headerViewHandler?.largeHeaderView
headerViewHandler?.tableView.delegate = self
}
}