Skip to content

Tags: Hipo/CLTokenInputView

Tags

2.4.0

Toggle 2.4.0's commit message
Version bump to `2.4.0` (Make ‘text’ property writeable)

2.3.0

Toggle 2.3.0's commit message
Version bump to `2.3.0` (add keyboardAppearance, fix fieldLabel font,…

… textfield return delegate method)

* Add `keyboardAppearance` property, to customize internal textfield's keyboardAppearance. See: rsattar#22

* `UIAppearance` support for field label. See: rsattar#10

* Add optional delegate method to handle what to do when the internal textfield returns. See: rsattar#15

* Fix 'dead store' warnings during Analysis. See: rsattar#21

2.2.0

Toggle 2.2.0's commit message
Version bump to `2.2.0` (fix trailing comma, tokenization characters,…

… unselect on resign)

* Hide the comma of the last token view, when the token input is no longer selected.
* Support for (optional) additional characters which will trigger tokenization.
* Fix bug where if first responder is resigned, the token view was not unselecting.

2.1.0

Toggle 2.1.0's commit message
Update to 2.1.0

2.0.0

Toggle 2.0.0's commit message
Updated semver to 2.0.0

Given the nullability and generics, this makes a potentially backwards _incompatible_ change if the library is being used in Swift. So better to be safe and bump the major version than accidentally break some projects.

1.2.0

Toggle 1.2.0's commit message
Update podspec to 1.2.0

1.1.0

Toggle 1.1.0's commit message
Disable auto-correct when a token is selected

1.0.0

Toggle 1.0.0's commit message
Improved Readme.md with GIF screencap