Skip to content
This repository has been archived by the owner. It is now read-only.

JungleKim/JKTagListView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JKTagListView

Version License Platform

Installation

JKTagListView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "JKTagListView"

Usage

JKTagListView *tagListView = [[JKTagListView alloc] init];

tagListView.tagBackgroundColor = [UIColor whiteColor];
tagListView.tagBorderWidth = .5f;
tagListView.tagBorderColor = [UIColor grayColor];
tagListView.tagCornerRadius = 5.0f;

[tagListView addTag:@"JungleKim"];
[tagListView addTags:@["Snorlax", "Pikachu"]];

TODO

  1. TagView Tapped Event

Author

JungleKim, snorlax.jungle@gmail.com

License

JKTagListView is under WTFPL. You can do what the fuck you want with this shit. See LICENSE file for more info.