UISearchBar和导航控制器问题

时间:2011-09-09 12:57:21

标签: ios uisearchbar navigationcontroller

我正在尝试在我的iOS应用中实现搜索窗口。当我将搜索栏添加到根视图控制器中的tableview时,它显示正常。但是,如果将搜索视图推入导航控制器,搜索栏就不会出现。

QLookViewController* qlc = [QLookViewController alloc];//My search window with table view and search bar in it
[self.navigationController pushViewController:qlc animated:YES];

哪里有问题以及如何解决?

0 个答案:

没有答案