2

I have a custom navigation bar that worked well until iOS 11. It appears smaller than it should and seems to ignore the status bar height or something.

I set the whole thing programmatically and the height is set to 64.enter image description here

Faisal
  • 857
  • 2
  • 10
  • 21

1 Answers1

2

have you tried to disable (untick) safe area? enter image description here

swift2geek
  • 1,697
  • 1
  • 20
  • 27
  • That's interesting, is there a way to do that programmatically? I really don't use storyboard at all – Faisal Sep 20 '17 at 12:25