UITableView background showing in Interface Builder but in simulator -


does know why, if add image uiimage background, can see behind grouped table view in interface builder. when launch app, background not showing @ all, both in simulator , device.

apart adding image, suppose did steps @ tableview programmatic side:

self.tableview.backgroundcolor = [uicolor clearcolor]; self.tableview.opaque = no; self.tableview.backgroundview = nil; 

thanks

following post made, found 2 possible solutions, 1 uiviewcontroller in place of uitableviewcontroller discussed here:

uitableview fixed image background

with disadvantage of header , footer problem grouped table.

the other solution, involves writing more code , case if have common table share within different views of apps: have uiviewcontroller calling uitableviewcontroller , attach subview self.view.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -