I'm learning programming iphone app. i need some help making a scrollable textbox with a image background. like the ipod music player w开发者_运维知识库ith lyrics. thx
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.
精彩评论