jdg / MBProgressHUD

MBProgressHUD + Customizations
http://www.bukovinski.com/
MIT License
16.01k stars 3.56k forks source link

when i loaded a gif on a customView,it was not shown on my view,why? #499

Closed yhBess closed 6 years ago

yhBess commented 7 years ago

i tried to use a webView to load a GIF,but failed.please help me with some support!

hamartia0 commented 7 years ago

I have similar question. I tried to use a UIImageView with animation, but failed.

matej commented 6 years ago

Perhaps you're missing auto layout sizing.

The view should implement intrinsicContentSize for proper sizing.