国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統 > iOS > 正文

仿iOS圖標抖動

2020-07-26 03:35:36
字體:
來源:轉載
供稿:網友

仿iOS圖標抖動

#import "LHViewController.h"#define angelToRandian(x) ((x)/180.0*M_PI)@interface LHViewController ()@property (strong, nonatomic) IBOutlet UIImageView *imageView;@end@implementation LHViewController- (void)viewDidLoad{  [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib.  UILongPressGestureRecognizer* longPress=[[UILongPressGestureRecognizer alloc]initWithTarget:self action:@selector(longPress:)];  [self.imageView addGestureRecognizer:longPress];}-(void)longPress:(UILongPressGestureRecognizer*)longPress{  if (longPress.state==UIGestureRecognizerStateBegan) {    CAKeyframeAnimation* anim=[CAKeyframeAnimation animation];    anim.keyPath=@"transform.rotation";    anim.values=@[@(angelToRandian(-7)),@(angelToRandian(7)),@(angelToRandian(-7))];    anim.repeatCount=MAXFLOAT;    anim.duration=0.2;    [self.imageView.layer addAnimation:anim forKey:nil];    self.btn.hidden=NO;  }}- (IBAction)delete:(id)sender {  [self.imageView removeFromSuperview];  [self.btn removeFromSuperview];}@end

以上所述就是本文的全部內容了,希望大家能夠喜歡。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 永城市| 陇川县| 黄山市| 天峨县| 霍山县| 商丘市| 平潭县| 金乡县| 建始县| 河曲县| 遵义市| 扎赉特旗| 新乐市| 永泰县| 邯郸县| 高邑县| 普安县| 贵定县| 长岛县| 阿图什市| 永新县| 石城县| 涞水县| 长汀县| 潢川县| 洛隆县| 澄江县| 改则县| 吉木萨尔县| 清水县| 静宁县| 密云县| 庄河市| 射阳县| 邵阳市| 科技| 黎川县| 鄂州市| 东乌| 黄骅市| 成安县|