Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuler90/RKTagsView
Highly customizable iOS tags view [input, edit, dynamic, tag, token, field, NSTokenField]
https://github.com/kuler90/RKTagsView
Last synced: 3 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 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-26T14:46:38.000Z (over 6 years ago)
- Last Synced: 2024-04-24T18:58:12.492Z (6 months ago)
- Language: Objective-C
- Homepage:
- Size: 2.23 MB
- Stars: 450
- Watchers: 10
- Forks: 58
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ios - RKTagsView - Highly customizable iOS tags view (like NSTokenField). Supports editing, multiple selection, Auto Layout and much more. (UI / Tag)
- awesome-ios-star - RKTagsView - Highly customizable iOS tags view (like NSTokenField). Supports editing, multiple selection, Auto Layout and much more. (UI / Tag)
README
# RKTagsView
Highly customizable iOS tags view (like NSTokenField). Supports horizontal and vertical direction, editing, multiple selection, Auto Layout and much more.
![sample gif](https://raw.githubusercontent.com/kuler90/RKTagsView/master/sample.gif)
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, [email protected]
## License
RKTagsView is available under the MIT license. See the LICENSE file for more info.