读书人

iOSiphone 更动 UITableView 背景

发布时间: 2012-08-14 10:39:57 作者: rapoo

iOS,iphone 更改 UITableView 背景

? ??UIImageView *backgroundImageView = [[UIImageView alloc]initWithImage:[UIImage imageNamed:@"background.png"]];

? ? self.tableView.backgroundView = backgroundImageView;

?

//? ? UIView*backView = [[UIView alloc]initWithFrame:self.view.frame]; ?

//? ? backView.backgroundColor= [UIColor colorWithPatternImage:[UIImage imageNamed:@"background.png"]];?

//? ? self.tableView.backgroundView= backView;

?

第一种,更真实

第二种,图片拉伸放大了

读书人网 >操作系统

热点推荐