开发者

Need Help Setting UITableViewCell's Background Image

I'm using a background image for my UITableViewCell.

If I just set the background of the cell, but keep everything else the same, I get this:

Need Help Setting UITableViewCell's Background Image

I'm if I use this code in viewDidLoad and it fixes the cell but it i开发者_Python百科s making the navbar transparent:

self.navigationController.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"background.png"]]; 
self.tableView.backgroundColor = [UIColor clearColor];

Need Help Setting UITableViewCell's Background Image

Is there way to get the navbar back and get the cell looking normal?


For the most part, I don't believe UIPopovers have many visual options as far as background.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜