ParallaxTableViewHeader icon indicating copy to clipboard operation
ParallaxTableViewHeader copied to clipboard

Typo in Swift sample code

Open tommyle opened this issue 8 years ago • 0 comments

The swift sample code does not setup the view properly. It should be using the width not the height of the tableview. let headerView: ParallaxHeaderView = ParallaxHeaderView.parallaxHeaderViewWithImage(UIImage(named: "YourImageName"), forSize: CGSizeMake(self.tableview.frame.size.width, 300)) as ParallaxHeaderView

tommyle avatar Jun 21 '16 16:06 tommyle