iOS8可以这么设置就行了 self.navigationController.hidesBarsOnSwipe = YES; 如果一定要兼容iOS7 呢? 肯定是观察scrollow的滑动,如果接下了的项目需要用到,就来填这个坑。