国产探花免费观看_亚洲丰满少妇自慰呻吟_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

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

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 濮阳市| 石门县| 平顶山市| 炉霍县| 高清| 堆龙德庆县| 洛南县| 辉县市| 乌海市| 漯河市| 南充市| 龙山县| 永川市| 天祝| 宽城| 铜陵市| 大英县| 北票市| 和静县| 嘉峪关市| 西青区| 青州市| 都江堰市| 杭锦后旗| 凤城市| 老河口市| 三门县| 靖宇县| 巩义市| 巴南区| 周至县| 太谷县| 安吉县| 泸西县| 抚宁县| 大同县| 新化县| 石渠县| 台江县| 如皋市| 上蔡县|