UBTokenBar
UBTokenBar copied to clipboard
Update UBTokenBarTextFieldCollectionViewCell access control
Hey, thanks for this class -- it's been really useful in the current project I am working on.
Currently there's no way to subclass UBTokenBarTextFieldCollectionViewCell since it's not set as open and that's required to update the textField's style (UBTokenBar.swift, line 160). I can submit a pull request with that change if my request makes sense.