Skip to content

Added methods that allow you to add a tag to the form#11

Open
zarochintsev wants to merge 5 commits intoandreamazz:masterfrom
zarochintsev:master
Open

Added methods that allow you to add a tag to the form#11
zarochintsev wants to merge 5 commits intoandreamazz:masterfrom
zarochintsev:master

Conversation

@zarochintsev
Copy link

Add methods

- (void)addTagIndex:(NSInteger)index;

 [[self tagListView] addTag:100];

- (void)addTags:(NSArray*)array setIndexs:(NSArray *)indexs;

 [[self tagListView] addTags:@[@"Hello", @"Hello people", @"Good"] setIndexs:@[@100, @200, @300]];

Result

 .......
 [self.tagListView setTapHandler:^(AMTagView *view) {
          NSLog(@"%d", view.tag);
 .......

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant