Closed 1AhmedYasser closed 5 years ago
I'm sorry to be so late in dealing with this issue. The default value of emptyDataSetShouldAnimateImageView is false. You can overwrite this function and return true, animated images will work.
public extension EmptyDataSetDelegate {
func emptyDataSetShouldAnimateImageView(_ scrollView: UIScrollView) -> Bool {
return false
}
}
When trying to use gif images it just shows a blank white background