I\'m getting the UITableViewCell a UIButton belongs to like this:
-(void)buttonHandler:(UIButton *)button { OrderCell *cell = [[button superview] superv
if ([[button superView] isKindOfClass:[UITableViewCell class]]) { } else //check next :