views:

29

answers:

1

I'm learning programming iphone app. i need some help making a scrollable textbox with a image background. like the ipod music player with lyrics. thx

+1  A: 

You can use a UITextView with its background color to [UIColor clearColor]. You can then place a UIImageView underneath that to achieve what you are looking for.

Run Loop