I want to add a text field where users can enter keywords. I want them to be suggested/parsed in a manner similar to websites like Soundcloud (and Stack Overflow etc). Are there any existing open source projects that do this I could import? What I am looking for is something like this image picker: https://github.com/mikaoj/BSImagePicker but for this keyword task.
Thanks!