How to save a GIF on the iPhone?

前端 未结 2 1788
一生所求
一生所求 2020-12-20 06:03

how can I save a GIF on the iPhone? The SDK includes only UIImageJPEGRepresentation and UIImagePNGRepresentation but nothing for GIFs or other image formats, is there a way

2条回答
  •  独厮守ぢ
    2020-12-20 06:46

    You can't without a third party GIF library. The question is why do you need it to be GIF? PNG provides all that you might need and it is well supported. If you are trying to do animation, look at UIImageView's -animationImages property.

提交回复
热议问题