can't click UIButton inside a cell in UITableview
问题 searched already some possible fixes but all did not solve mine. i keep clicking the cell in the uitableview rather than the buttons inside it. here is my code: - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath: (NSIndexPath *)indexPath{ static NSString *CellIdentifier = @"Cell"; UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier]; if (cell == nil) { cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault