chenliangloveyou / EasyNavigation

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

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

Closed yufanghui closed 5 years ago

yufanghui commented 5 years ago

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

Liyongcong commented 2 years ago

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