I'm new to IOS programming and for StackOverflow so please consider it :)
I have a TableViewController with one textField at the top of the page and I would like to add the auto complete option for it.
I searched the web for this option and i found this thread: Getting autocomplete to work in swift
I saw that in order to add this abillity I have to add another TableView and then configure a cell.
I wanted to ask if it is possible to add the extra table view on the TableViewController (with static cells) to have this auto complete work.
If it does possible, how can I create the cell identifier programmatically?
Thanks :)