iphone - How to set UITableView background to image? -
i've noticed number of apps have custom background image uitableview (or have set background color.)
i can't find api in uitableview class affect this, , attempts in interface builder have failed (trying set color of uiview)
any suggestions? i've seen third party app pictures, know can done.
add line in code want set background color image
[yourview(or imageview) setbackgroundcolor:[uicolor grouptableviewbackgroundcolor]];
thanks
Comments
Post a Comment