iphone - Background of my view hides buttons -



I set an image as the background for my view, but when I add a button, It does not appear to hide the image button Can you help me :)

So you have Is there a UIView in which a UIImageView (background image) and some UIButtons?

When you add UIButtons to the code, do the following for each button:

  [self.view bringSubviewToFront: aButton];    

Comments

Popular posts from this blog

android - How can I execute default sms app? -

jquery .css('text-decoration') doesn't work from parents -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -