I have a problem with the status bar.
I wonder if it Were possible to remove the status bar only for my tableView and keep for the rest of the application?
Cordialy
Put this in the appropriate place, we don't know what your code looks like:
[[UIApplication sharedApplication] setStatusBarHidden:YES];