I have seen this being asked here many times but none of the solutions worked for me. Here is my code snippet:
- (UITableViewCell *)tableView:(UITableView *)
In my case,because I have override this function:
- (void)setFrame:(CGRect)frame { // frame.origin.y += 10; // frame.size.height -= 10; [super setFrame:frame]; }