动画方式显示图片:JMAnimatedImageView

jopen 10年前

JMAnimatedImageView通过多种动画方式显示图片。可以显示360度自动旋转。可以显示手工控制旋转。可以滑动显示图片。

  • Plays huge image animation using a minimum memory pressure,
  • Allows manual interactions with imageView to drive manualy animations,
  • Can use has a Carousel,
  • GIF are supported to load your animations.

//GIF example  @property (weak, nonatomic) IBOutlet JMAnimatedImageView *jmImageView;    [self.jmImageView reloadAnimationImagesFromGifNamed:@"rock"];  self.jmImageView.animationType = JMAnimatedImageViewAnimationTypeAutomaticLinearWithoutAnimation;  [self.jmImageView startAnimating];

动画方式显示图片:JMAnimatedImageView

项目主页:http://www.open-open.com/lib/view/home/1410272368320