@end
#import "BIDCarRouteView.h"
#import <QuartzCore/QuartzCore.h>
@implementation BIDCarRouteView
@synthesize currentColor = _currentColor;
-(void)dealloc
{
[super dealloc];
[_currentColor release];
[allPoints release];
[imgView release];
}
- (id)initWithFrame:(CGRect)frame
{
self = [super initWithFrame:frame];
if (self) {
self.currentColor = [UIColor blackColor];
self.userInteractionEnabled=YES;
allPoints = [[NSMutableArray alloc] init]; //初始化路轨
imgView = [[UIImageView alloc] initWithFrame:CGRectMake(0,
44, 50, 50)];
找软件资料,就到一览软件文库