tableview 常用函数

2016-06-20  本文已影响86人  LuckTime

/**

/**

}

/**

// if(indexPath.row == 1)
else
{

        cell1.textLabel.text = @"主要内容:两个人之间玩耍的记录,比如什么游戏,谁赢了,有什么惩罚";
        return cell1;

    }

}
else if(indexPath.section == 1) {
    UITableViewCell * cell1 = [[UITableViewCell alloc]init];
    tableView.separatorStyle = UITableViewCellSeparatorStyleNone ;

    cell1.textLabel.font = [UIFont systemFontOfSize:12];
    cell1.backgroundColor = [UIColor whiteColor];
    if(indexPath.row == 0)
    {

        cell1.textLabel.text = @"日志报";
        return cell1;

    }

// if(indexPath.row == 1)
else
{

        cell1.textLabel.text = @"主要内容:主要包括纪念日,约定,承诺";
        return cell1;

    }
}

else if(indexPath.section == 2) {
    UITableViewCell * cell1 = [[UITableViewCell alloc]init];
    tableView.separatorStyle = UITableViewCellSeparatorStyleNone ;

    cell1.textLabel.font = [UIFont systemFontOfSize:12];
    cell1.backgroundColor = [UIColor whiteColor];
    if(indexPath.row == 0)
    {

        cell1.textLabel.text = @"反悔墙";
        return cell1;

    }
    else

// if(indexPath.row == 1)
{

        cell1.textLabel.text = @"主要内容:主要用于承认错误";
        return cell1;

    }

}

    return nil;

}

/**

}

/**

}

//==========================================

===========================================

上一篇下一篇

猜你喜欢

热点阅读