Drawing an image on view over scrollview
Posted
by Deepika
on Stack Overflow
See other posts from Stack Overflow
or by Deepika
Published on 2010-04-14T11:20:43Z
Indexed on
2010/04/14
11:23 UTC
Read the original article
Hit count: 468
scrollview
|iphone
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
© Stack Overflow or respective owner