欢迎光临
我们一直在努力

Automatic-height-tagcells

建站超值云服务器,限时71元/月

Automatic-height-tagcells

项目介绍:

Automatic-height-tagcells

The practice project meets some criteria:  主要功能如下

  • Dynamic height of UITableViewCell based on autolayout / 基于autolayout的动态UITableViewCell高度调整
  • Tags have to be aligned automatically / 标签自动对齐
  • Tags have to be clickalbe  /标签可点击





Usage 使用说明



Construct your own data source in the class TagGroups
[Objective-C] 查看源文件 复制代码

/* An initialization sample of AHTag */
AHTag *tag = [AHTag new];
tag.category = @"Genre";
tag.title = @"Classic";
tag.color = [UIColor colorWithRed:1 green:0.56 blue:0.56 alpha:1];
tag.url = [NSURL URLWithString:@"http://www.coldyam.com"];
tag.enabled = @YES;

DEMO 直接下载:

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » Automatic-height-tagcells
分享到: 更多 (0)