You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: