VGParallaxHeader icon indicating copy to clipboard operation
VGParallaxHeader copied to clipboard

Unable to set width of header

Open Mar-k opened this issue 8 years ago • 0 comments

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

Mar-k avatar Oct 26 '16 09:10 Mar-k