chenliangloveyou / EasyNavigation

一款超级简单的导航条管理工具。完全自定义导航条。没有UINavigationBar 和 UINavigationItem 这两个类。完全是对UIView的操作。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

使用UISearchController做搜索跳转,点击cancel的回来的时候,系统导航栏出现了

yufanghui opened this issue · comments

commented

使用UISearchController的searchBar作为tableView的tableHeaderView,点击searchBar,会调用系统的转场,跳转到搜索页面,
在搜索页面,点击取消,搜索页面消失,前一个页面出现,系统的导航条也出来了

commented

我也遇到这个问题了,有解决方案吗