SDWebImage (5.1.0)SDWebImageFLPlugin(三)

一個(gè)SDWebImage插件,通過類別支持FLAnimatedImage https://github.com/SDWebImage/SDWebImageFLPlugin

從SDWebImage 5.0版本開始,我們將FLAnimatedImage支持代碼從Core Repo移動到這個(gè)獨(dú)立的repo。

之前使用帶有SDWebImage的FLAnimatedImage的代碼可以繼續(xù)使用此插件。但建議使用5.0動畫圖像解決方案以獲得更好的支持和更多功能。

pod 'SDWebImageFLPlugin'

使用

    FLAnimatedImageView *animatedImageView = [[FLAnimatedImageView alloc] initWithFrame:self.view.frame];
    animatedImageView.contentMode = UIViewContentModeScaleAspectFit;
    [self.view addSubview:animatedImageView];
    [animatedImageView sd_setImageWithURL:[NSURL URLWithString:@"https://raw.githubusercontent.com/liyong03/YLGIFImage/master/YLGIFImageDemo/YLGIFImageDemo/joy.gif"]];

FLAnimatedImageView *imageView;
FLAnimatedImage *animatedImage = [FLAnimatedImage animatedImageWithGIFData:gifData];
SDFLAnimatedImage *placeholder = [[SDFLAnimatedImage alloc] initWithAnimatedImage:animatedImage];
[imageView sd_setImageWithURL:[NSURL URLWithString:@"http://www.domain.com/path/to/image.gif"] placeholderImage:placeholder];

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

  • 雖然不是第一次來臺大,但這次抱著學(xué)習(xí)校園規(guī)劃和管理模式的目的來參觀,又有Ken這樣的內(nèi)行帶領(lǐng),看到了很多以前沒有注...
    史印閱讀 586評論 0 2
  • title:College is not an ivory tower topic sentence, The u...
    135牛曉迪閱讀 621評論 2 1
  • 親愛的珍姐: 展信佳! 給你寫這封信不要覺得奇怪喔,只是把平時(shí)沒有說的話說出來。在這些忙碌的日...
    Melodyhui閱讀 253評論 0 1
  • 學(xué)習(xí)的越多 感覺忘記的越多,好記性不如爛筆頭,以后要隨時(shí)記錄首頁 root部分 代碼模塊用的express ...
    海藻web開發(fā)閱讀 408評論 0 0

友情鏈接更多精彩內(nèi)容