ios8 UITableViewCell添加view出现错乱的原因:

- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath返回的高度小于44,解决的办法只需高度大于44就哦了。