开发者

iphone sdk textbox

开发者 https://www.devze.com 2023-01-01 00:14 出处:网络
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. thxYou can use a UITextView with it

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消