I am making a demo Weather app, and inside this i am using UISearchBar so can user entry city name, but i don't know how to display suggestion for that.
For example, if user enters "lon" than there should be cities name suggesting start from "lon" like London, etc.
UISearchBarhas its own delegation protocolUISearchBarDelegate, the method -make possible while editing to do some extra operations, here you can put your
NSPredicateto see if the inserted text has a city thatBEGINSWITHorCONTAINSthe entered text.