在主计长的接口中,我已经过。
@property int count;
在执行过程中,我
@synthesize count;
-(id) init {
self = [super init];
if (self) {
self.count = 100;
}
return self;
}
-(void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {
NSLog(@"%i", self.count++);
}
但出于某种原因,第一次在<代码>上填写。 简讯