[button addTarget:self action:@selector(UpInside) forControlEvents:UIControlEventTouchUpInside];按下之后松开鼠标会触发
[button addTarget:self action:@selector(touchDown) forControlEvents:UIControlEventTouchDown];//按下就会触发
[button addTarget:self action:@selector(UpInside) forControlEvents:UIControlEventTouchUpInside];按下之后松开鼠标会触发
[button addTarget:self action:@selector(touchDown) forControlEvents:UIControlEventTouchDown];//按下就会触发