How to implement TextField search bar to filter tableview values Swift
问题 I have created a custom textField bar on top of the ViewController to filter data values in UITableView . As I have a nested type of JSON so couldn't properly get how to use filter for it. I want to implement textField as a search bar with TableView. screenshot attached. Value which I need to filter is pickList -> textField textSearchChange function added for text search. Data is section wise and then values and is already displaying in tableView. Model: struct SectionList : Codable { let