KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
XWTagView
★ 15
Open GitHub ↗
高性能,高度自定义,历史标签
Download README (.md)
Explore Similar Repositories
GitBook_ICO-Approaches
:
Curated list of ICO approaches
kronjob
:
Use minimal templates to create sets of Kubernetes Jobs/CronJobs
ATMSimulator
:
Used the notion of threads and parallelism to make a ATM Simulator.
CNNPeaks
:
The ChIP-Seq peak calling algorithm using convolution neural networks
robotiq
:
Robotiq Gripper
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
XWTagView
?
Download (.md)
# XWTagView 高性能,高度自定义,历史标签 使用简单(代码如下) NSArray<NSString *> *tags = @[ @"标签tag1标签tag1标签tag1标签tag1",@"表面",@"哈哈哈",@"测试测试",@"不不",@"无敌啊",@"标签", @"这样喊得好吗",@"哈哈哈",@"嘻嘻嘻",@"呵呵呵",@"标签",@"表面兄弟",@"你好啊",@"不想你了哦", @"不要这样子啦" ]; NSMutableAttributedString *attr = [NSMutableAttributedString xw_makeTagView: tags tagMaker:^(XWTagMaker *make){ make.strokeColor = [UIColor redColor]; make.fillColor = [UIColor clearColor]; make.strokeWidth = 1; make.cornerRadius = 300; make.insets = UIEdgeInsetsMake(-4, -10, -4, -10); make.font = [UIFont systemFontOfSize:16]; make.textColor = [UIColor blackColor]; make.lineSpace = 10; make.space = 10; make.maxWidth = [UIScreen mainScreen].bounds.size.width - 20; make.tagAlignment = XWTagAlignmentLeft; }]; self.tagView.tagAttr = attr;