GiFHUD-Swift
GiFHUD-Swift copied to clipboard
progress hud for displaying only animated gif images implemented with swift
Hey, I am trying to dismiss hud with following code GIFHUD.shared.dismiss { print("dismissed") } but its not working and hud keeps on showing. Could you please look into it?
I add the Gif file of `200*200` size and loading it with the GIFHUD, but it shows gif of size `180*140.` I set the `GIFHUD.shared.hudSize = CGSize(width: 130, height: 130)`...
Doesn't support device rotation.