You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
prepareForAnimation(withGIFNamed:inBundle:…) allows for an arbitrary Bundle to passed in, with a default value of .main. However the higher abstraction of animate(withGIFNamed:), which in turn calls prepareForAnimation does not have an inBundle param. It would be helpful to add that param in order to facilitate referencing GIFs located somewhere other than Bundle.main when using that particular method.
The text was updated successfully, but these errors were encountered:
prepareForAnimation(withGIFNamed:inBundle:…)
allows for an arbitraryBundle
to passed in, with a default value of.main
. However the higher abstraction ofanimate(withGIFNamed:)
, which in turn callsprepareForAnimation
does not have aninBundle
param. It would be helpful to add that param in order to facilitate referencing GIFs located somewhere other thanBundle.main
when using that particular method.The text was updated successfully, but these errors were encountered: