当我搜索时,Cell中的Button操作不起作用

时间:2018-02-17 20:16:33

标签: swift uinavigationcontroller swift4

在我的应用中,我使用了XLPagerTabStrip!库。

[HomeViewController like this 1

在我的HomeView控制器中,我有一个3子视图,它在NavigationController中使用相同的searchBar。

在我的ChildOneController中,我有一个列出视频的tableView。

我在TableViewCell中有一个按钮。当我单击此按钮时,pushviewController。但是,当我搜索并单击此按钮时,按钮不起作用。

这是我的代码:

{{1}}

任何建议?

1 个答案:

答案 0 :(得分:0)

确保navigationController不应位于以下代码行中nil

self.navigationController?.pushViewController(vc, animated: true)