ios - implementing UITextField with autocomplete on a backend -


what easiest way implement search text box autocomplete connected backend call in ios8 in swift? thinking uialertcontroller conceptually seems opening modal, blocking text box input until it's dismissed. i'm new ios development, perhaps there different better way?


Popular posts from this blog

debugging - Reference - What does this error mean in PHP? -

c++ - What is the reason for not being able to deduce array size from initializer-string in member variable? -