UIImageView *backImageView = [[UIImageView alloc]initWithFrame:CGRectMake(0, self.view.frame.size.height- UITABBAR_HEIGHT-216-39, 320, 43) ];
//因为UIImageView 默认是不接受Touch事件的
//所以只要加上一句imgView.userInteractionEnabled = YES;
UIImageView *backImageView = [[UIImageView alloc]initWithFrame:CGRectMake(0, self.view.frame.size.height- UITABBAR_HEIGHT-216-39, 320, 43) ];
//因为UIImageView 默认是不接受Touch事件的
//所以只要加上一句imgView.userInteractionEnabled = YES;