Using in a UITableViewHeader
jhaybie opened this issue · 2 comments
Thanks for making this!
I was interested in using this in a tableView Header but all I'm getting is the background color.
Ideally, I'd also like to add a zoom effect when the user pulls down on the tableView as the images animate. Would that be possible.
Thanks again,
Jay
UPDATE: Apparently when I switch to a different ViewController and subsequently go back to it the images load properly. I've tried initializing the view on ViewWillAppear and ViewDidlLoad to no avail.
I would also like to implement this as a header in a table view but im not able to do so. Any ideas on how we can preserve the geometry and put this view in a table view header?
I have tried keeping it separate from the table view and scrolling the view with the table view, but this causes issues when i scale the KenBernsView. It causes the image inside the view to change size and not reset smoothly when the size of the view changes due to scrolling...