EYTagView icon indicating copy to clipboard operation
EYTagView copied to clipboard

EYTagView is a custome view simulate iOS Evernote's tag editing view.

Results 3 EYTagView issues
Sort by recently updated
recently updated
newest added

解决代码 - (EYCheckBoxButton *)tagButtonWithTag:(NSString *)tag { EYCheckBoxButton *tagBtn = [[EYCheckBoxButton alloc] init]; tagBtn.colorBg=_colorTagBg; tagBtn.colorTagUnSelected=_colorTagUnselected; tagBtn.colorTagBorder=_colorTagBoard; tagBtn.colorText=_colorTag; tagBtn.titleLabel.lineBreakMode = 0; tagBtn.contentVerticalAlignment = UIControlContentVerticalAlignmentCenter; tagBtn.colorTagUnBorder=_colorTagUnSelectBoard; tagBtn.colorUnSelectBg=_colorTagUnSelectBg; tagBtn.selected=YES; [tagBtn.titleLabel setFont:_fontTag]; [tagBtn setBackgroundColor:_colorTagBg]; [tagBtn...

when click tag,don't get click'tag or button