1

Here is the screen where the grey area is shown between navigation bar and video player .

I read this one as well.
Grey bar appearing under Navigation bar after segues Swift

But didn't understood the solution as it didn't worked for me.
Need help to get this portion off.
Anyone faced this? Thanks in advance

Rasel Khan
  • 21
  • 4
  • Try hiding the navigation bar created by the navigation controller if that what you mean. Use `[navigationController.navigationBar setHidden:YES];` as stated in this related [SO post](https://stackoverflow.com/a/11350115/5995040). Hope this helps. – Mr.Rebot Sep 17 '17 at 18:18
  • I tried that. If I hide navigation bar then that grey portion looks like a navigation bar. – Rasel Khan Sep 18 '17 at 19:18
  • @RaselKhan Check this answer https://stackoverflow.com/a/55647807/4982152 – mojtaba al moussawi Apr 12 '19 at 08:52

0 Answers0