# GIFPlayer **Repository Path**: developeral/GIFPlayer ## Basic Information - **Project Name**: GIFPlayer - **Description**: 播放大型GIF文件 非常流畅 - **Primary Language**: Objective-C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2016-08-29 - **Last Updated**: 2020-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #GIFPlayer 只需一句话 播放大型GIF动画 ### GIF播放效果 ![GIF播放效果](http://git.oschina.net/uploads/images/2016/0830/125110_c3b1494e_727503.gif "GIF播放效果") ### 只需调用 以下一句话 ``` /** * @author Ali * * 流畅播放GIF * * @param contentView 需要在显示的View * @param frame 显示的位置 * @param imageName GIF图片名称 */ [CADisplayLineImageView disPlayGIFImageInView:self.view withFrame:CGRectMake(0, 0, self.view.bounds.size.width, self.view.bounds.size.height) andGIFImageName:@"MyGIF.gif"]; ```