iOS顯示gif圖片

方法1、傳統方式 //1.加載Gif圖片,轉換成Data類型 NSString *path = [NSBundle.mainBundle pathForResource:@"demo" ofType:@"gif"]; NSData *data = [NSData dataWithContentsOfFile:path]; //2.將data數據轉換成CGImage
相關文章
相關標籤/搜索