rsattar / CLTokenInputView

A replica of iOS's native contact bubbles UI
MIT License
504 stars 127 forks source link

[Feature] Coloring each token and get focus #36

Open TimAEllis opened 7 years ago

TimAEllis commented 7 years ago

I thought this would be an excellent welcome to the party like how the messages app separates text message contacts as green and iMessage contacts as blue. I've made a pull request #35 that adds this functionality.

Cheers Tim

TimAEllis commented 7 years ago

Updated to add support for becoming first responder (i.e. can receive focus with becomeFirstResponder)

TimAEllis commented 7 years ago

Updated: Fixed a bug where if you changed the tint color it would clear all custom colors