VGParallaxHeader
VGParallaxHeader copied to clipboard
Unable to set width of header
Tried this:
let headerView = UIView() headerView.backgroundColor = UIColor.black headerView.frame.size.width = 50 self.tableView.setParallaxHeader(headerView, mode: .fill, height: 150)
Also this:
self.tableView.parallaxHeader.frame.size.width = 50
But the width is still much bigger