0

I have downloaded the pdf reader from https://github.com/vfr/Reader. This looks great but the bottom page bar or toolbar is stable. It adds all the pages into one single tool bar with out providing any scrolling feature. could someone help me to change this to a scrollable view?

Gordon
  • 312,688
  • 75
  • 539
  • 559
Abilash
  • 155
  • 1
  • 1
  • 9

1 Answers1

0

I achieved this by changing the readerpagebar to derive from UIScrollviewController instead of UIViewController and increased the content size of scroll bar to number of images mounted in it. if someone needs further info, I will post the code here.

Abilash
  • 155
  • 1
  • 1
  • 9
  • Please post your code.I'm also trying to use "vfr".Please give detail description also.Thanks. – bapi Oct 31 '13 at 11:08