-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
您好,点击第一个按钮 改变他的borderColor无效 其他正常
代码:
#pragma mark - KMTagListViewDelegate
-(void)ptl_TagListView:(KMTagListView *)tagListView didSelectTagViewAtIndex:(NSInteger)index selectContent:(NSString *)content {
NSLog(@"content: %@ index: %zd", content, index);
//以下是我添加的
KMTag *tag = (KMTag *)[self.view viewWithTag:index];
NSLog(@"%@",tag);
tag.layer.borderColor = [UIColor whiteColor].CGColor;
}
可以看一下原因吗?
Metadata
Metadata
Assignees
Labels
No labels