Skip to content

5.3.0

Compare
Choose a tag to compare
@alexiscreuzot alexiscreuzot released this 20 May 13:51
· 78 commits to master since this release
  • Updated setGifFromURL by adding parameter customLoader: UIView? = nil, allowing for custom loader UIView.
    A typical use would be something like :
let loader = UIActivityIndicatorView.init(style: .white)
self.imageView.setGifFromURL(url, customLoader: loader)
  • Updated setGifFromURL by adding parameter session: URLSession = URLSession.shared, allowing for custom URLSession.
  • Added a basic caching system for remote GIFs
  • Updated Demo project in order to demonstrate local GIFs and GIFs in a UITableView