-1

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

rmaddy
  • 314,917
  • 42
  • 532
  • 579
dave
  • 1
  • 2

1 Answers1

0

Put this in the appropriate place, we don't know what your code looks like:

[[UIApplication sharedApplication] setStatusBarHidden:YES];
Enrico Susatyo
  • 19,372
  • 18
  • 95
  • 156