StretchyHeaderView
StretchyHeaderView copied to clipboard
Add image or button on the headerview
How do I add a button or picture to headerview and move it along with it Here is my code tableview.addScalableCover(with: UIImage(named: "FullSizeRender.jpg")!) let imageName = "home-icon-silhouette" let image = UIImage(named: imageName) let imageView = UIImageView(image: image!) self.tableview.tableHeaderView?.addSubview(imageView) Thanks!
Use headerView is right, and you also need to modify the scaleCoverView's code.