Reputation: 99
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
Upvotes: 1
Views: 192
Reputation: 20376
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.
Upvotes: 2