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

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

水紋波浪效果動畫

2019-11-09 15:42:35
字體:
來源:轉載
供稿:網友

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

下一篇:SQL數據庫簡單語句

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 桓台县| 安吉县| 含山县| 龙海市| 门头沟区| 阿荣旗| 陇南市| 庄河市| 盘山县| 新邵县| 绿春县| 湟中县| 宣化县| 侯马市| 郸城县| 启东市| 都安| 道孚县| 靖宇县| 遂川县| 察隅县| 吉隆县| 盐源县| 正宁县| 开阳县| 洛扎县| 铜山县| 繁昌县| 永州市| 武隆县| 焉耆| 普定县| 阿鲁科尔沁旗| 枣强县| 四平市| 神农架林区| 平乐县| 镇赉县| 惠安县| 石嘴山市| 聂拉木县|