How to prevent status bar from overlapping content with hidesBarsOnSwipe set on UINavigationController?

后端 未结 9 893
灰色年华
灰色年华 2020-12-02 11:10

I\'m trying to use the new feature added in iOS 8 - hiding the navigation bar while user is scrolling the table view (similar to what mobile Safari does). I\'m setting the p

9条回答
  •  借酒劲吻你
    2020-12-02 11:55

    You need to connect navigation isNavigationBarHidden property with status bar.

        return self.navigationController.isNavigationBarHidden;
    

提交回复
热议问题