PDA

View Full Version : UIButtons & UILabel in front of UIImageView?




Xino
Sep 11, 2008, 09:12 AM
I've created an application with an UIImageView which has the size of the screen. The application also has some UILabels en UIButtons. The problem now is that I can't see the labels and buttons because the UIImageView is in front of it.

Is it possible to set the UIButtons and UILabels to the front?



Xino
Sep 11, 2008, 11:06 AM
Nevermind, addSubview does the trick :)