https://github.com/kuler90/rktagsview
Highly customizable iOS tags view [input, edit, dynamic, tag, token, field, NSTokenField]
https://github.com/kuler90/rktagsview
Last synced: 4 months ago
JSON representation
Highly customizable iOS tags view [input, edit, dynamic, tag, token, field, NSTokenField]
- Host: GitHub
- URL: https://github.com/kuler90/rktagsview
- Owner: kuler90
- License: mit
- Created: 2016-03-02T14:53:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-26T14:46:38.000Z (about 8 years ago)
- Last Synced: 2026-01-11T18:04:54.765Z (5 months ago)
- Language: Objective-C
- Homepage:
- Size: 2.23 MB
- Stars: 447
- Watchers: 7
- Forks: 56
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RKTagsView
Highly customizable iOS tags view (like NSTokenField). Supports horizontal and vertical direction, editing, multiple selection, Auto Layout and much more.

Note: You can use tagsView tintColor for changing tags color.
## Demo
Click [here](https://appetize.io/app/wbhb09eha4b44zn19nnypbkprc) for Live Preview.
## Usage
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Installation
RKTagsView is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod "RKTagsView"
```
## Author
Roman Kulesha, kulesha.r@gmail.com
## License
RKTagsView is available under the MIT license. See the LICENSE file for more info.