I'm writing an application and want to implement autocompleting textfields. I am populating an array with the data that I want to compare the entered text against. I've tried a couple of Pods online but these aren't working.
My Application already utilises the IQKeyboardManager Pod, does anyone know of any autocomplete pods which a compatible with this or will I need to write the code for it myself?