标签云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

Learning PHP, MySQL, and JavaScript

Learning PHP, MySQL, and JavaScript

Robin Nixon / O'Reilly Media / 2009-7-21 / USD 39.99

Learn how to create responsive, data-driven websites with PHP, MySQL, and JavaScript - whether or not you know how to program. This simple, streamlined guide explains how the powerful combination of P......一起来看看 《Learning PHP, MySQL, and JavaScript》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具