views:

20

answers:

0

I have a scroll view within which I am creating a graphic with CGContext commands. When it is first displayed everything is slightly larger than should be and fuzzy.

If I present another view on top of the graphic with presentModalViewController and dismiss it, the graphic corrects itself.

Any suggestions?

Thanks, John