CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Xinbao Dong.
A 3D spherical tag cloud view of iOS.
DBSphereTagCloud is a 3D spherical tag cloud view using UIKit.
You can customize the code easily because the code is simple.
DBSphereView *view = [[DBSphereView alloc] initWithFrame:CGRectMake(0, 100, 320, 320)];
[view setCloudTags:buttonArray];
[self.view addSubView:view];
Under MIT License.