开发者

Need Help Setting UITableViewCell's Background Image

开发者 https://www.devze.com 2023-03-28 08:41 出处:网络
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:

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

精彩评论

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