StretchyHeaderView
StretchyHeaderView copied to clipboard
How to use a custom view for stretchable header instead of image in swift 4?
hello you have used tableView.addScalableCover(with: UIImage(named: "FullSizeRender.jpg")!) . ScalableCover is a type of UIImageView. i want a custom view which was made in xib to stretch. how to do that. Please help.