Swiftpack.co - apparition47/DBSphereTagCloudSwift as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by apparition47.
apparition47/DBSphereTagCloudSwift 2.1.0
A 3D spherical tag cloud view for iOS and Swift.
⭐ 89
🕓 2 years ago
iOS
.package(url: "https://github.com/apparition47/DBSphereTagCloudSwift.git", from: "2.1.0")

DBSphereTagCloudSwift

MIT License CocoaPods

A 3D spherical tag cloud view for iOS using UIKit and Accelerate (provided by SwiftNum). Ported from the original Objective-C version written by @dongxinb.

DBSphereTagCloud

Features

  • 3D effect 3D效果
  • auto rotation 自劚旋蜬效果
  • inertial effect after rotation 惯性滚劚效果

Requirements

  • iOS 8+
  • Swift 5
  • Xcode 12

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

$ gem install cocoapods

To integrate this into your Xcode project using CocoaPods, specify it in your Podfile:

platform :ios, '8.0'
use_frameworks!

target '<Your Target Name>' do
    pod 'DBSphereTagCloudSwift'
end

Carthage

Carthage compatible. Add the following into your Cartfile, then run carthage update.

github "apparition47/DBSphereTagCloudSwift"

Swift Package Manager

Add https://github.com/apparition47/DBSphereTagCloudSwift.git to your project. Recommended adding with Version with up to next major.

Usage

  import DBSphereTagCloudSwift

  let view: DBSphereView = DBSphereView(frame: CGRectMake(0, 100, 320, 320))
  view.setCloudTags(buttonArray)
  self.view.addSubView(view);

License

MIT License.

GitHub

link
Stars: 89
Last commit: 43 weeks ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics