在我的应用中,我使用了XLPagerTabStrip!库。
[HomeViewController like this 1
在我的HomeView控制器中,我有一个3子视图,它在NavigationController中使用相同的searchBar。
在我的ChildOneController中,我有一个列出视频的tableView。
我在TableViewCell中有一个按钮。当我单击此按钮时,pushviewController。但是,当我搜索并单击此按钮时,按钮不起作用。
这是我的代码:
{{1}}
任何建议?
答案 0 :(得分:0)
确保navigationController
不应位于以下代码行中nil
。
self.navigationController?.pushViewController(vc, animated: true)