What UI element should I use for a background image in an iOS application? The image is quite small (98*51) and I’ll need to put a small label and two buttons on top of it. I tried both using a label (but can’t find where to change the dimension and I wasn’t able to change it to the correct one using only the mouse) and an UIImageView. Any suggestions?
Share
If you are using interface builder, there should be no problem using a UIImageView with the appropriate dimensions, then placing the label and buttons on top of it. You can access the size of any of the elements from the size inspector in the right panel (the icon looks like a little ruler).