Rob J
Rob J

Reputation: 51

iphone opaque background logo?

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

Answers (1)

Shaggy Frog
Shaggy Frog

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

Related Questions