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
2010-05-27 04:25:27