ringa_lee2017-04-17 15:56:17
As long as one pixel of the navigation bar is transparent, it will float above the content view and will no longer be stretched by 64 px. Apple’s official documentation also explains this.
You can manually specify the navigation pattern to be opaque:
self.navigationController.navigationBar.translucent = NO;