iOS隐藏tableview多余的分割线

    //tableview没有数据的时候不显示线
    _tableView.tableFooterView = [[UIView alloc] init];

编程技巧