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.
我有View Controller一个tableView里面有不同的数据。当我在搜索栏中搜索表中的数据时,它会删除其他数据并只显示我正在寻找的数据。当我点击它推送到下一个视图的数据。一切看起来都很好,但是当我回到视图时,tableview 会消失!在同一个应用程序中有趣的事情是我有其他类似的视图和类似的代码,但在那里没关系。有谁知道它有什么问题?!
View Controller
tableView
在 didSelectRowAtIndexPath我添加[mySearchBar resignFirstResponder];的这是我的搜索栏的文本字段中,现在可以了,谢谢大家的回答
didSelectRowAtIndexPath
[mySearchBar resignFirstResponder];