How to display image behind TableView in Xcode -


i want add background image behind table view. have file statictablecontrol.m populate table , have added -(void)viewdidload{

      self.tableview.backgroundcolor=[uicolor colorwithpatternimage:[uiimage      imagenamed:@"disk2.jpg"]];      [super viewdidload];  } 

at top, image doesn't load - please can advise me else need do? thank you

there have been other questions background images tables, couldn't find 1 this.

a solution change tableview background color transparent , add imageview behind it


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -