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
Post a Comment