views:

139

answers:

0

Hi,

I have a scrollview on a controller. To enable paging for scrollview, i have added another controller, which initializes when the pages are made. That means for each page i have a controller made at run time.

In the view of scroll controller, i am trying to draw an image using drawRect. The problem is i see the drawn image only for the 1st page and when i scroll, the other controllers are blank.

Please help