- (BOOL)prefersStatusBarHidden
{
    return YES;
}

 

    self.tableView.separatorColor = [UIColor colorWithRed:255/255.0 green:255/255.0 blue:0 alpha:255/255.0];
    self.tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
    
    
    // 表格的头部控件(直接显示表格的最顶部)
    self.tableView.tableHeaderView = [UIButton buttonWithType:UIButtonTypeContactAdd];
    self.tableView.tableFooterView = [[UISwitch alloc] init];