'countdown' 是一个 uimageview 属性,定义如下:
@property (retain, nonatomic) IBOutlet UIImageView *countDown;
countDown.image= [[[UIImage alloc]
initWithContentsOfFile:[[NSBundle mainBundle]
pathForResource:@"backgroundimage" ofType:@"png"]]autorelease];