0

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?

Breakpoint
  • 1,511
  • 1
  • 18
  • 41

1 Answers1

1

I think what you want to achieve is something similar to the scroller of Path.app. Hava a look at this control: http://www.cocoacontrols.com/platforms/ios/controls/knpathtableviewcontroller It's Open source and achieves this.

larsschwegmann
  • 725
  • 1
  • 6
  • 14