标签云Demo

码农软件 · 软件分类 · 标签(Label) · 2019-06-10 06:27:37

软件介绍

实现标签云(文字云)效果。划动屏幕,标签云还会缓缓移动。
如何使用:
1. 将CloudView类和CloudButton类的.h和.m文件导入你的工程中
2. 在你的类中导入CloudView的.h文件 #import “CloudView.h”
3. 在你的类里面实现CloudView类的CloudViewDelegate 方法
4. 参考如下实例化代码
CloudView *cloud = [[CloudView alloc] initWithFrame:self.view.bounds
andNodeCount:100];
cloud.delegate = self;
[self.view addSubview:cloud];
[cloud release];
开发者说:看到网上一些人在找有关标签云的代码,就写了一个小Demo。Demo不是很完美,为了触发事情将UILabel将为UIButton。此Demo只是抛砖引玉,期待更好的标签云代码。 [Code4App.com]

本文地址:https://codercto.com/soft/d/7638.html

Java in a Nutshell, 6th Edition

Java in a Nutshell, 6th Edition

Benjamin J Evans、David Flanagan / O'Reilly Media / 2014-10 / USD 59.99

The latest edition of Java in a Nutshell is designed to help experienced Java programmers get the most out of Java 7 and 8, but it's also a learning path for new developers. Chock full of examples tha......一起来看看 《Java in a Nutshell, 6th Edition》 这本书的介绍吧!

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具