• Stars
    star
    478
  • Rank 91,950 (Top 2 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created about 10 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A 3D spherical tag cloud view of iOS.

DBSphereTagCloud

A 3D spherical tag cloud view of iOS.

Here is the Swift version of the cloud view. Thanks for apparition47.

Introduction

DBSphereTagCloud is a 3D spherical tag cloud view using UIKit.

You can customize the code easily because the code is simple.

DBSphereTagCloud

Features

  • 3D effect 3D效果
  • auto rotation 自动旋转效果
  • inertial effect after rotation 惯性滚动效果

Installation

pod "DBSphereTagCloud"

Usage

  DBSphereView *view = [[DBSphereView alloc] initWithFrame:CGRectMake(0, 100, 320, 320)];
  [view setCloudTags:buttonArray];
  [self.view addSubView:view];

License

Under MIT License.