How to load image in swift using Alamofire

后端 未结 9 1017
醉话见心
醉话见心 2020-12-13 13:16

I have a collection view controller, which load image Async by URL. (Something like Instegram) I am looking for the best way to implement the part of the loading image. plea

9条回答
  •  粉色の甜心
    2020-12-13 13:53

    Taken from Alamofire/README.md

    "In order to keep Alamofire focused specifically on core networking implementations, additional component libraries have been created by the Alamofire Software Foundation to bring additional functionality to the Alamofire ecosystem.

    AlamofireImage - An image library including image response serializers, UIImage and UIImageView extensions, custom image filters, an auto-purging in-memory cache and a priority-based image downloading system."

    https://github.com/Alamofire/AlamofireImage

提交回复
热议问题