burczyk / KBContactsSelection

Easily search and select contacts in your iOS Address Book and redirect to Mail or Messages with results.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Separate color settings for Bar TintColor and Selection Color.

thedp opened this issue · comments

commented

It's very limiting to have a single variable to set the color for both navigation bar tintColor, table view sectionIndexColor and search bar tintColor. This prevents people from using the white color, since the cells are always white.

Please consider allowing to set each color independently.

Thanks you.

It may be not a bad idea.
For now please check customizeColors method of KBContactsSelectionViewController class. It sets all colors based on single property tintColor of KBContactsSelectionConfiguration. Feel free to change it if you need it to be more elastic right now.