ios7 - Issue with uitableview cell background -


ok, broken of ios 7 beta 6.

on startup, changed background of table view image (it same thing if set color) , table cells white...

when select cell, go next view, , go view... cells same view background (except cell selected)...

this set background...

- (void)viewwillappear:(bool)animated {  paclisttableview.backgroundcolor = [uicolor colorwithpatternimage:[uiimage imagenamed:@"dotted-pattern.png"]]; paclisttableview.backgroundview = nil;  [super viewwillappear:animated];  

}

any ideas? works fine on ios , below.

try setting background color of table view cell clear color. until ios 7 default background clear color. ios 7 has changed white color. have manually set clear color.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -