首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

iOS,iphone 更动 UITableView 背景

2012-08-14 
iOS,iphone 更改 UITableView 背景? ??UIImageView *backgroundImageView [[UIImageView alloc]initWith

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;

?

第一种,更真实

第二种,图片拉伸放大了

热点排行