background image

IOS 火车 Demo

思路:

1.利用保存路径打点的数组作为火车 imageView 的 layer 的关键帧动画,从
而实现按轨迹移动。

2.火车用自备 gif 分解的 tiff 图片 s 作火车的动画。

3.路轨设计部分和签名 Demo 异曲同工,控制器可加个 segment 改变轨道颜
色。

(后续需要改为根据轨迹改变车显示方向)。

#import <UIKit/UIKit.h>

@interface BIDCarRouteView : UIView

{

    UIColor *_currentColor;

    NSMutableArray *allPoints;

    UIImageView *imgView;

}

@property (strong, nonatomic) UIColor *currentColor;

                   找软件资料,就到一览软件文库

http://wk.yl1001.com/rj/