开发者

how to add the buttons with images on the background image dynamically

开发者 https://www.devze.com 2023-01-23 15:09 出处:网络
i hav a image back ground and i should able to add some images and buttons with proper images at particular place...

i hav a image back ground and i should able to add some images and buttons with proper images at particular place...

i should able to place these sub images wherever i want on the background image开发者_如何学运维 ..dynamically ...


Create the sub images dynamically using UIImage...

Then asign frame for each subImage..

Then add the subImage to mainImage using

[mainImage addSubView:subImage];
0

精彩评论

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