문제

Can iOS launch images be animated GIFs? If so will they play animated during launch? Just curious.

도움이 되었습니까?

해결책

No. Launch images are required to be PNG images, preferably non-interlaced.

Source: iOS App Programming Guide

다른 팁

Launch images can't be animated gifs, as Mike Fay mentioned.

What you can do is display a UIImageView right after launch, and use the animated images feature of UIImageView to animate through a sequence of PNGs. See the UIImageView documentation, particularly the properties/methods listed under Animating Images.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top