Background behind uiscrollview


/ Published in: Pseudocode
Save to your folder(s)

Technique to put background behind scroolview. (not tested)


Copy this code and paste it in your HTML
  1. 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:).

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.