SFTagView icon indicating copy to clipboard operation
SFTagView copied to clipboard

一个可复用的tagView [DEPRECATED] [use https://github.com/shiweifu/DPTagView for insteaded.]

Results 10 SFTagView issues
Sort by recently updated
recently updated
newest added

tag内容过长会导致tag超出容器范围

将直接比较两个浮点数改成去掉小数部分变成整数再比较是否相等。这个bug在iOS9上没有,iOS8中会导致tag的排列错乱

Here is the code I have implemented taken from the sample code UINib *nib = [UINib nibWithNibName:@"AboutMeCustomTVCell" bundle:nil]; [[self tblvPersonalMandatory] registerNib:nib forCellReuseIdentifier:@"AboutMeCustomCell"]; ``` UINib *gridNib = [UINib nibWithNibName:@"GridButtonsTableViewCell" bundle:nil]; [[self...

我发现你那个tableviewcontroller类不能显示的

can you give the swift bridging and example? best regards

``` self.tagView = ({ SKTagView *view = [SKTagView new]; view.backgroundColor = UIColor.whiteColor; view.padding = UIEdgeInsetsMake(12, 12, 12, 12); view.insets = 15; view.lineSpace = 10; __weak SKTagView *weakView = view; view.didClickTagAtIndex...

一次增加多个,在初始化TagView的时候很有用

feature