WSTagsField Versions Save

An iOS text field that represents tags, hashtags, tokens in general.

2.0.0.beta.1

7 years ago

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.

1.2.3

7 years ago
  • Fix: force tags relayout on layoutSubviews.

1.2.2

7 years ago
  • Enhance #2: add acceptCurrentTextAsTag (ty @128keaton)
  • Fix #12: adjust Tag label size when the content is larger than the view width

1.2.1

7 years ago
  • Fix: #3.

1.2

7 years ago
  • Fix: shared main scheme.

1.1.1

7 years ago
  • Add new property: readOnly (ability to turn the view read only).

1.1

7 years ago
  • Fix: invalid source path;
  • Add: example image;

1.0

7 years ago

First release