I can change the suggestion view background color by calling
self
.autoCompleteTextView
.suggestionView
?
.backgroundColor
=
UIColor
.lightGrayColor
()
But the suggestion cells (?) remain white (see image attached below). I would like to change the appearance of these cells (font and background). How can i do that?.