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

首頁 > 學院 > 開發設計 > 正文

水紋波浪效果動畫

2019-11-09 16:53:26
字體:
來源:轉載
供稿:網友

github:https://github.com/potato512/SYAnimation

效果圖:

示例代碼見"github:https://github.com/potato512/SYAnimation"中的"SYWaterAnimationView"類。

使用:

// 使用方法1SYWaterAnimationView *waterView = [[SYWaterAnimationView alloc] initWithFrame:CGRectMake(10.0, 120.0, (self.view.frame.size.width - 10.0 * 2), 100.0) waveColor:[UIColor colorWithRed:73/255.0 green:142/255.0 blue:178/255.0 alpha:0.5] waterColor:[UIColor colorWithRed:73/255.0 green:142/255.0 blue:178/255.0 alpha:0.5]];waterView.backgroundColor = [UIColor colorWithWhite:0.2 alpha:0.3];waterView.tag = 1000;[self.view addSubview:waterView];
// 使用方法2SYWaterAnimationView *waterView2 = [[SYWaterAnimationView alloc] initWithFrame:CGRectMake(10.0, 230.0, (self.view.frame.size.width - 10.0 * 2), 100.0)];waterView2.backgroundColor = [UIColor colorWithWhite:0.2 alpha:0.3];waterView2.waterColor = [UIColor redColor];waterView2.waveColor = [UIColor greenColor];waterView2.waveAmplitude = 11.0;waterView2.waveSpeed = 0.05;waterView2.wavePeriod = (M_PI) / self.view.frame.size.width;waterView2.waveWidth = self.view.frame.size.width;waterView2.waveCurrentHeight = 20.0;waterView2.tag = 1001;[self.view addSubview:waterView2];特別注意,需要在視圖控制器被釋放時釋放動畫資源,避免造成內存泄露

- (void)viewWillDisappear:(BOOL)animated{    [super viewWillDisappear:animated];        SYWaterAnimationView *waterView = (SYWaterAnimationView *)[self.view viewWithTag:1000];    [waterView animationWaterInvalidate];        waterView = (SYWaterAnimationView *)[self.view viewWithTag:1001];    [waterView animationWaterInvalidate];}


上一篇:VLC的block_t

下一篇:亂碼問題解決方法

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 连平县| 大名县| 博罗县| 襄城县| 汉阴县| 全州县| 吉首市| 时尚| 建阳市| 河北省| 定安县| 安图县| 泰和县| 武山县| 贺兰县| 时尚| 民丰县| 大厂| 乐昌市| 体育| 景泰县| 道真| 南宫市| 旬邑县| 磴口县| 天气| 山阴县| 青河县| 大英县| 景谷| 和龙市| 嘉鱼县| 邵阳县| 昌都县| 雷山县| 长丰县| 清镇市| 镇康县| 柳林县| 康保县| 永平县|