91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

iOS tableView的用法

發布時間:2020-06-17 19:21:33 來源:網絡 閱讀:374 作者:大頭狼小鬼 欄目:移動開發

- (void)viewDidLoad

{

    [super viewDidLoad];


    UITableView *myTableView = [[UITableView alloc]initWithFrame:CGRectMake(0, 0, Screen_width, Screen_height)style:UITableViewStylePlain];

//    UITableViewStyleGrouped分組

    myTableView.dataSource = self;

    myTableView.delegate = self;

    [self cancelCell:myTableView];

    [self.view addSubview:myTableView];

       // Do any additional setup after loading the view,;typically from a nib.

}


#pragma mark-once 行數

- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section

{

    return 3;

}


#pragma mark-once 行內容

- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath

{

   static NSString *cellID = @"cellID";

    UITableViewCell *cell = [tableViewdequeueReusableCellWithIdentifier:cellID];

    if(cell==nil)

    {

        cell = [[UITableViewCell alloc]initWithStyle:UITableViewCellStyleDefault reuseIdentifier:cellID];

    }

    //UITableViewCellStyle          是個枚舉

    //UITableViewCellStyleDefault;  默認的

    //UITableViewCellStyleSubtitle;

    //UITableViewCellStyleValue1;

    //UITableViewCellStyleValue2;

    cell.textLabel.text = [NSString stringWithFormat:@"%ld",(long)indexPath.row];

    

    //給右邊加個標識符的

    cell.accessoryType  =UITableViewCellAccessoryDisclosureIndicator;

    //選中的顏色

    cell.selectionStyle = UITableViewCellSelectionStyleBlue;

    

    return cell;

}


#pragma mark-once 幾組

- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView;

{

    return 2;

}


#pragma mark-once頭標題

- (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section

{

  return @"第一個標題";

}


#pragma mark-once未標題

- (NSString *)tableView:(UITableView *)tableView titleForFooterInSection:(NSInteger)section

{

    return @"最后一個標題";

 

}


#pragma mark-once標識符accessoryButtonTappedForRow方法

- (void)tableView:(UITableView *)tableView accessoryButtonTappedForRowWithIndexPath:(NSIndexPath *)indexPath

{


}


#pragma mark-once類似電話那種最右邊的 abcde-z

- (NSArray *)sectionIndexTitlesForTableView:(UITableView *)tableView

{

    NSArray *rightArry = @[@"A",@"B",@"c",@"d",@"e",@"f",@"g"];

    return rightArry;

}

#pragma mark-once行高

- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath

{

    return 50;

}


#pragma mark-once頭標題的高度

- (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section

{

    return 50;

}


#pragma mark-once未標題的高度

- (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section

{

    return 50;

}


#pragma mark-once行高

-(void)cancelCell:(UITableView *)tableView

{

    UIView *view = [UIView new];

    view.backgroundColor = [UIColor clearColor];

    [tableView setTableFooterView:view];

    view.frame = CGRectMake(0, 0, tableView.frame.size.width, 20);

}


#pragma mark-once 選中的方法

- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath

{

    NSLog(@"%ld",(NSInteger)indexPath.row);

}


#pragma mark-once編輯的方法

- (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath

{

    return YES;

}


#pragma mark-once是否允許移動

- (BOOL)tableView:(UITableView *)tableView canMoveRowAtIndexPath:(NSIndexPath *)indexPath

{

    return YES;

}


#pragma mark-once 編輯的方法

- (void)tableView:(UITableView *)tableView commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:(NSIndexPath *)indexPath

{

}


#pragma mark-once 移動的方法

- (void)tableView:(UITableView *)tableView moveRowAtIndexPath:(NSIndexPath *)sourceIndexPath toIndexPath:(NSIndexPath*)destinationIndexPath

{


}

#pragma mark-once 分割線

-(void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath{

    

    if ([tableView respondsToSelector:@selector(setSeparatorInset:)]) {

        [tableView setSeparatorInset:UIEdgeInsetsZero];

    }

    

    if ([tableView respondsToSelector:@selector(setLayoutMargins:)]) {

        [tableView setLayoutMargins:UIEdgeInsetsZero];

    }

    

    if ([cell respondsToSelector:@selector(setLayoutMargins:)]) {

        [cell setLayoutMargins:UIEdgeInsetsZero];

    }

}


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

松原市| 会泽县| 香格里拉县| 牙克石市| 镇康县| 三亚市| 鄯善县| 从江县| 永嘉县| 泊头市| 绥阳县| 呼和浩特市| 区。| 卢湾区| 得荣县| 南涧| 松江区| 宜春市| 南宁市| 丹巴县| 大兴区| 连云港市| 谷城县| 乡城县| 长武县| 申扎县| 邵东县| 潢川县| 康平县| 金秀| 雷山县| 铜山县| 南投市| 江门市| 南昌县| 永靖县| 东莞市| 达尔| 崇州市| 靖州| 台安县|