# WXTwitterLikeZoomer **Repository Path**: kyzone/WXTwitterLikeZoomer ## Basic Information - **Project Name**: WXTwitterLikeZoomer - **Description**: Twitter的启动动画。简单、可复用到其他的图标。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-04-28 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## WXTwitterLikeZoomer Twitter的启动动画,简单、可复用到其他的图标。 ![()](http://7xneqd.com1.z0.glb.clouddn.com/twitter.gif) // 初始化 self.zoomer = [WXTwitterLikeZoomer addToView:self.view withImage:[UIImage imageNamed:@"TwitterLogo_white"] backgroundColor:[UIColor colorWithRed:85/255.f green:172/255.f blue:238/255.f alpha:1]]; // 开始动画 [self.zoomer startAnimation]; 就这样。 ## License Released under [MIT License](https://github.com/WelkinXie/WXTwitterLikeZoomer/blob/master/LICENSE).