Releases: whitesmith/WSTagsField
Releases · whitesmith/WSTagsField
v2.0.0 Beta 1 (Xcode 8 b6)
Features
- Adds Swift 3.0 compatibility.
Instructions
Carthage
github "whitesmith/WSTagsField" "2.0.0.beta.1"
CocoaPods
pod "WSTagsField", :git => 'https://github.com/whitesmith/WSTagsField.git', :tag => '2.0.0.beta.1'
Note: Ready for CocoaPods 1.1.0.beta.1 version (gem install cocoapods --pre
).
For more information please see the updated README.
v1.2.3
- Fix: force tags relayout on
layoutSubviews
.
v1.2.2
- Enhance #2: add
acceptCurrentTextAsTag
(ty @128keaton) - Fix #12: adjust Tag label size when the content is larger than the view width
v1.2.1
v1.2
- Fix: shared main scheme.
v1.1.1
- Add new property:
readOnly
(ability to turn the view read only).
v1.1
- Fix: invalid source path;
- Add: example image;
v1.0
First release