Reputation: 51
How would I go about adding an opaque logo to the background of a simple scrollview with text on it? I want the logo to stay still while the text scrolls.
Upvotes: 0
Views: 241
Reputation: 27601
I'd try putting a UIImageView
with the logo behind your UIScrollView
, and set your UIScrollView
's backgroundColor
to be transparent. I'd test that out myself, but my MBP is booted into Windows at the moment.
Upvotes: 1