在搜索栏不起作用的情况下关闭searchDisplayController

时间:2019-03-28 20:03:04

标签: ios iphone uisearchbar uisearchcontroller uisearchdisplaycontroller

我尝试取消我的主从视图的searchDisplayController。因此,我尝试了很多并四处搜寻,但对我没有任何帮助。

self.searchDisplayController.active = NO;

我遇到的情况是,ui需要使用html链接从选定的详细视图跳转到表(主视图)中的单元格。

触摸该链接需要更新主视图,然后滚动到表条目并打开其详细视图。

当我之前使用搜索栏,然后触摸链接时,一切正常,但是当我触摸详细信息视图的后退按钮时,搜索栏和其覆盖仍然可见(请参见下图)。为什么?

出现以下消息:

Snapshotting a view (0x7ff350e67080, UIInputSetHostView) that has not
been rendered at least once requires afterScreenUpdates:YES.

enter image description here

0 个答案:

没有答案