向后轻扫会导致第一个视图控制器在iOS中隐藏其导航栏时立即隐藏导航栏(不平滑)

时间:2018-08-25 11:57:25

标签: ios swift uinavigationcontroller swipe-gesture

我有一个隐藏了导航栏的视图控制器。

navigationController?.isNavigationBarHidden = true

点击按钮时我按下另一个控制器。

navigationController?.pushViewController(qrGenerateVC, animated: true)

在第二个视图控制器中,导航栏未隐藏。
在其他情况下,当我向后滑动时,第二个导航栏会平滑隐藏,但是在这种情况下,当我开始向后滑动时,它会消失。因此它使视图看起来不好。


这类似于没有答案的question。而且视图也很相似。
滑动screenShot
滑动screenShot
这些图像来自该问题。但是这里发生了类似的事情。

1 个答案:

答案 0 :(得分:0)

在第二个视图控制器中进行设置

source('./www/uixx2.R')    
server = function(input,output){}    
shinyApp(ui = ui, server = server)

The uixx2.R file is placed in the subdirectory www and the code is:    
ui=shinyUI("Why am i getting:  ")