Open sacrament opened 5 years ago
I didn't find a way to remove the parallax header. My solution is:
self.tableView.parallaxHeader.height = 0
let newView = UIView()
newView.backgroundColor = .white
self.tableView.parallaxHeader.view = newView
+1
Hi, Is there a way to remove the parallax header view from tableview?
thanks