# DBSphereTagCloud **Repository Path**: RiberWang/dbsphere-tag-cloud ## Basic Information - **Project Name**: DBSphereTagCloud - **Description**: 3dTagCloud - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-31 - **Last Updated**: 2021-03-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README DBSphereTagCloud ================ A 3D spherical tag cloud view of iOS. [Here](https://github.com/apparition47/DBSphereTagCloudSwift) is the *Swift* version of the cloud view. Thanks for [apparition47](https://github.com/apparition47). ## Introduction DBSphereTagCloud is a 3D spherical tag cloud view using UIKit. You can customize the code easily because the code is simple. ![DBSphereTagCloud](https://raw.githubusercontent.com/dongxinb/DBSphereTagCloud/master/SCREENSHOT.gif) ## Features * 3D effect 3D效果 * auto rotation 自动旋转效果 * inertial effect after rotation 惯性滚动效果 ## Installation ```pod "DBSphereTagCloud"``` ## Usage ```Objective-C DBSphereView *view = [[DBSphereView alloc] initWithFrame:CGRectMake(0, 100, 320, 320)]; [view setCloudTags:buttonArray]; [self.view addSubView:view]; ``` ## License Under MIT License.