I have a UITableView
, upon which I have placed an UIImageView
, which scrolls vertically when the table is dragged, up or down depending on how it is dragged. (The image is separate and has not relation to what is present cells of the table view.)
UIScrollViewDelegate
has been used for vertical scrolling.
Is there any way, the image can be moved along with the vertical scroll bar when the table is dragged? If so, how can this be achieved?