我有一个隐藏了导航栏的视图控制器。
navigationController?.isNavigationBarHidden = true
点击按钮时我按下另一个控制器。
navigationController?.pushViewController(qrGenerateVC, animated: true)
在第二个视图控制器中,导航栏未隐藏。
在其他情况下,当我向后滑动时,第二个导航栏会平滑隐藏,但是在这种情况下,当我开始向后滑动时,它会消失。因此它使视图看起来不好。
这类似于没有答案的question。而且视图也很相似。
滑动screenShot前
滑动screenShot后
这些图像来自该问题。但是这里发生了类似的事情。
答案 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: ")