In my app I need to use .gif
and I did searched on it. Everyone asked to use UIImage.gifImageWithName("funny")
or UIImage.gifWithName("jeremy")
for adding .gif
file. But I'm getting error on those Type 'UIImage' has no member 'gifWithName'
. How to solve those Issues and How to use .gif
in my app.
↧
iOS Swift How To Use Gif File Inside My Project
↧