问题出在初始化以后以及SGPageContentScrollView滑动结束时,具体原因还在排查,找到后期会更新
暂时的解决方案:
override func viewDidAppear(_ animated: Bool) {
self.navigationController?.setNavigationBarHidden(true, animated: true)
}
func pageContentScrollViewDidEndDecelerating() {
self.navigationController?.setNavigationBarHidden(true, animated: true)
}
仅作为问题记录,有知道具体原因可以留言告知.
本人菜鸟一枚,望多多关照.