# SYMutiExtenView **Repository Path**: anody/SYMutiExtenView ## Basic Information - **Project Name**: SYMutiExtenView - **Description**: A beautiful ripple animation for your app. You can easily change its color, one ripple or multiple ripples. See demo below. - **Primary Language**: Objective-C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-08-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SYMutiExtenView A beautiful ripple animation for your app. You can easily change its color, one ripple or multiple ripples. See running below.
Usage Step 1 #import "SYMutiExtenProgressView.h" Step 2 CGFloat radius = 100; SYMutiExtenProgressView *extenProgressView = [SYMutiExtenProgressView shareMutiExtenProgressViewWithFrame:CGRectMake((self.view.frame.size.width-radius*2)*0.5, 200, radius*2, radius*2) extenCount:8 extenColorWithRGB:0xeaa9ff]; [self.view addSubview:extenProgressView]; Start animation: [extenProgressView startAnimation]; Stop animation: [extenProgressView stopAnimation]; If you have any problems please contact me!