开发者

Adding UILabel into Three20 API on full image display

开发者 https://www.devze.com 2023-03-28 13:10 出处:网络
after i开发者_高级运维ntegrating Three20 open source and it works good but i want to know can i add a label on full image screen which shows the description of the image. Is that possible? and how?

after i开发者_高级运维ntegrating Three20 open source and it works good but i want to know can i add a label on full image screen which shows the description of the image. Is that possible? and how?

Can any one help me.......


[self.view addSubView:myLabel]; should do the trick here. Set the size of the label equal to the size of the screen 320 * 480.

0

精彩评论

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