rsattar / CLTokenInputView

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

Added ability to change option text color #6

Closed quver closed 8 years ago

rsattar commented 8 years ago

Great idea, @quver. One small thing: fieldColor is not the correct value if you don't set it first. So _fieldColor needs to be set during init.

quver commented 8 years ago

I changed init as you suggested

rsattar commented 8 years ago

Thanks @quver!

quver commented 8 years ago

Could you bump version for cocoapods?

rsattar commented 8 years ago

Updated to 1.2.0. Thanks!