Hey fellow swift lovers,
i am currently working on the feature which is famous from Instagram and Facebook.
As I rebuild Instagram I want to have all the followers suggested in the textfield, when an @ is written
My user can share a post with picture and link users, but currently has to exactly type out the name correctly, whereas I want the app to suggest users who fit the written letters.
I am Using KILabel and the linking to profile and so one works already. I also have already the function to search the database for users which works fine.
But I don't know how I should handle the problem.
Should I use a popUpView or popOverView with Tableviewcells? and how can I let it appear above the screen when I write an @ in the textView as there is no button to be clicked to initiate the new VC?
Do you have any suggestion or link I can work with? I did not find anything helpful yet.
Totally clueless here, any help is really really appreciated.
Thanks in advance