How can I use the default background image for a UIView?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
You can do something like this with UIView class:
I always prefer using Interface Builder and just put a UIImageView occupying all UIView and send that UIImageView to back though... |
|||||
|
|
if you are using Interface Builder you can choose "Group Table View Background Color" in the inspector of your UIview. i just found out this when I read the above answer to your problem (i was trying to do that exatly :P) |
|||
|
|