Remove constants and expose styling
I've exposed a number of properties on CLTokenInputView to enable better customization.
All of the properties exposed were previous handled by constants.
These include:
padding (PADDING_*),fieldPadding, standardRowHeight, textFieldHSpace, linePadding (VSpace), minimumTextFieldWidth, tokenPadding
To allow for text styling without exposing the actual fields, there are now options for NSAttributedText attributes and NSAttributedStrings where needed.
attributedFieldName, attributedPlaceholderText, defaultTextAttributes, selectedTextAttributes, placeholderTextAttributes
@rsattar Any thoughts?
Would love to see this get merged :) cc @rsattar
Would also love to see this merged.
Any chance this can get merged in?