Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
伙计们。我需要实现我们设计师的模型。在这里,他将搜索栏移到了屏幕底部,每当出现键盘时,它就会移到键盘顶部。现在我想保留 UISearchDisplayController 来获得所有的过滤功能。但似乎不可能更改搜索栏并将其保留在那里。我可以调整初始帧,但是当编辑模式到来时。栏被提升到屏幕顶部。以前有人做过吗?或者也许是我可以使用的替代控件?
非常感谢。
您不能在您的情况下使用 UISearchDisplay,您需要自己从头开始实现该组件。好消息是您可以为此使用 UISearchBar,并使用委托实现自己的行为。
用户界面搜索栏