文件名称:RotateAnimation:按钮沿着圆形的轨迹移动动画效果
文件大小:58KB
文件格式:ZIP
更新时间:2024-06-26 04:08:23
Objective-C
RotateAnimation 按钮沿着圆形的轨迹移动动画效果 使用说明: //首先,实例化动画视图,设置视图尺寸位置和视图里的旋转按钮的宽高。 RotateAnimationView *rotateAnimationView = [RotateAnimationView rotateAnimationViewWithFrame:self.view.bounds rotateItemSize:CGSizeMake(60, 60)]; //设置背景图片 rotateAnimationView.animationViewBackgroundColor = [UIColor whiteColor]; //设置中心圆形的图像视图图片 rotateAnimationView.centralFigureImage = [UIImage imageNamed:@"sun"]; //设置动画视图代理方法
【文件预览】:
RotateAnimation-master
----.DS_Store(6KB)
----RotateAnimationDemo()
--------.DS_Store(6KB)
--------RotateAnimationDemo()
--------RotateAnimationDemoTests()
--------RotateAnimationDemo.xcodeproj()
----README.md(1KB)