UIButton oversensitive
问题 I have a UIButton defined within a tableviewCellWithReuseIdentifier. The button works but it's very touchy. If I just tap the button it works. Pressing it any long fails to trigger the action, even though it does flash showing that it knows it was pressed. Why is this happening? More importantly, how can I fix it. Here is the code for the UIButton within the cell. CGRect rect = CGRectMake(190.0, 2.0, 40.0, ROW_HEIGHT); UIButton *button = [UIButton buttonWithType:UIButtonTypeRoundedRect];