标签: swift uitableview firebase uisearchbar
如何通过搜索栏过滤public class topTest { @Test public void test(){ top a = new top(); } } ?我从Firebase数据库中获取数据tableView,我的搜索栏位于tableView内。
public class topTest { @Test public void test(){ top a = new top(); } }
tableView
这是我的代码:
navigationBar
答案 0 :(得分:0)
添加搜索栏和空数组。在搜索时将合适的项添加到空数组中,然后从数组中删除它们。使用新数组索引到UI。