ios-文字自适应标签.zip

时间:2022-07-31 13:53:05
【文件属性】:

文件名称:ios-文字自适应标签.zip

文件大小:41KB

文件格式:ZIP

更新时间:2022-07-31 13:53:05

标签

文字长度自适应标签。用法简单: /** 初始化方法 @param totalTagsNum 最多可以显示多少个tag @param viewWidth 视图的宽度 @param eachNum 0的时候每个tag的大小根据文字长度自适应 @param hmargin 水平间距 @param vmargin 垂直间距 @param tagHeight tag的高度 @param tagTextFont 文字的大小 @param tagTextColor 未选择时的文字颜色 @param selectedTagTextColor 选择时的文字颜色 @param selectedBackgroundColor 选择后的背景颜色 */ - (id)initWithTotalTagsNum:(NSInteger)totalTagsNum viewWidth:(CGFloat)viewWidth eachNum:(NSInteger)eachNum Hmargin:(CGFloat)hmargin Vmargin:(CGFloat)vmargin tagHeight:(CGFloat)tagHeight tagTextFont:(UIFont *)tagTextFont tagTextColor:(UIColor *)tagTextColor selectedTagTextColor:(UIColor *)selectedTagTextColor selectedBackgroundColor:(UIColor *)selectedBackgroundColor;


【文件预览】:
SQButtonTagView
----SQButtonTagView.xcodeproj()
--------project.xcworkspace()
--------xcuserdata()
--------project.pbxproj(22KB)
----SQButtonTagViewTests()
--------Info.plist(680B)
--------SQButtonTagViewTests.m(927B)
----SQButtonTagView()
--------ViewController.m(2KB)
--------Info.plist(1KB)
--------main.m(338B)
--------TagViewCell.m(4KB)
--------SQButtonTagView.h(2KB)
--------Base.lproj()
--------SQButtonTagView.m(9KB)
--------ViewController.h(219B)
--------AppDelegate.h(281B)
--------Assets.xcassets()
--------TagViewCell.h(348B)
--------AppDelegate.m(2KB)
----SQButtonTagViewUITests()
--------Info.plist(680B)
--------SQButtonTagViewUITests.m(1KB)

网友评论