Amy
Amy

Reputation: 99

iphone sdk textbox

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

Answers (1)

RunLoop
RunLoop

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

Related Questions