- (void)touchesBegan:(NSSet*)touches withEvent:(UIEvent *)event{
UITouch* touch = [touches anyObject];
UIView* view = [touch view];
if (view == self.bottom) {
}
}
- (void)touchesBegan:(NSSet*)touches withEvent:(UIEvent *)event{
UITouch* touch = [touches anyObject];
UIView* view = [touch view];
if (view == self.bottom) {
}
}