我想更改我的tableview背景图片。当我改变它时,改变不会对细胞产生影响。我使用xib作为我的单元格,其中没有任何代码,只是设计。那我怎么解决这个问题呢?
self.list.backgroundView = [[UIImageView alloc] initWithImage:
[UIImage imageNamed:@"Pattern.png"]];
答案 0 :(得分:0)
在data have;
set sashelp.class;
run;
proc ds2;
data want(overwrite=yes);
dcl package json j();
dcl char(50) character set utf8 name;
dcl double rc;
method init();
rc = j.createParser( name );
end;
method run();
set have;
end;
enddata;
run;
quit;
方法中,将单元格的背景颜色设置为清晰颜色。它会使您的细胞透明并显示背景图像。
目标C:
cellForRowAtIndexPath
<强>夫特:强>
cell.backgroundColor = [UIColor clearColor];