Return to Snippet

Revision: 54989
at January 20, 2012 11:12 by fabiosoft


Initial Code
You should not use backgroundColor for that, 'cause you lost any control on how the image is draw (i.e.: you can't resize it). I suggest you to put an UIImageView as "background" (add it then use sendSubviewToBack:).

Initial URL


Initial Description
Technique to put background behind scroolview. (not tested)

Initial Title
Background behind uiscrollview

Initial Tags


Initial Language
Pseudocode