I'd like to show search history when the bookmark button is tapped:A table with last 10 search entries would pop down below the searchbar.(like google autocomplete)
I've got search history NSMutableArray
with NSString
search entries.
How should I dynamically call out that list?