khawars / KSTokenView

An iOS control for displaying multiple selections as tokens.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setting searchResultBackgroundColor does not seem to change the color

mjew opened this issue · comments

I can set the tokenView.backgroundColor and it works.
When I set the tokenView.searchResultBackgroundColor it does not seem to affect the color of the search results table that appears.
Is there something else I need to do to affect the color of the search table's background?

  • Matthew

You may have changed the background color correctly, but it is not visible because row colors are still default. Please try changing table row colors.