iphone - Autocomplete email functionality in UITextField -


my image

i want implement same autocomplete email functionality showing in above screen in uitextfield

please suggest

do follows, 1)store emails 2)when user starts type text in textfield search stored valu , display values in uitableview

you should use following delegate of uitextfield

- (bool)textfield:(uitextfield *)textfield shouldchangecharactersinrange:(nsrange)range replacementstring:(nsstring *)string 

Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -