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

溫馨提示×

溫馨提示×

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

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

iOS開發筆記--cell最右邊顯示箭頭,字符,自定義分割線

發布時間:2020-07-07 03:54:26 來源:網絡 閱讀:740 作者:卓行天下 欄目:移動開發
  1. - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath  

  2. {  

  3.     static NSString *CellIdentifier = @"Cell";  

  4.     UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:  

  5.                              CellIdentifier];  

  6.       

  7.     if (0 == indexPath.section) {  

  8.         cell = [[[UITableViewCell alloc]  

  9.                 initWithStyle:UITableViewCellStyleDefault  

  10.                 reuseIdentifier:CellIdentifier] autorelease];  

  11.         if (0 == indexPath.row) {  

  12.                 cell.textLabel.text = @"好的"//cell的text內容  

  13.                 UIView *lbl = [[UIView alloc] init]; //定義一個label用于顯示cell之間的分割線(未使用系統自帶的分割線),也可以用view來畫分割線  

  14.                 lbl.frame = CGRectMake(cell.frame.origin.x + 10, cell.frame.size.height - 5, cell.frame.size.width - 201);  

  15.                 lbl.backgroundColor =  [UIColor lightGrayColor];  

  16.                 [cell.contentView addSubview:lbl];  

  17.                 [lbl release];  

  18.             }  

  19.             UILabel *label = [[UILabel alloc] init]; //定義一個在cell最右邊顯示的label  

  20.             label.text = @"Dark0921";  

  21.             label.font = [UIFont boldSystemFontOfSize:14];  

  22.             [label sizeToFit];  

  23.             label.backgroundColor = [UIColor clearColor];  

  24.             if ([[[UIDevice currentDevice] systemVersion] floatValue] >= 7.0) {  

  25.                 label.frame =CGRectMake(SCREEN_WIDTH - label.frame.size.width - 10,\  

  26.                                         12, label.frame.size.width, label.frame.size.height);  

  27.             } else {  

  28.                 label.frame =CGRectMake(SCREEN_WIDTH - label.frame.size.width - 20,\  

  29.                                         12, label.frame.size.width, label.frame.size.height);  

  30.             }  

  31.             [cell.contentView addSubview:label];  

  32.             label.backgroundColor = [UIColor clearColor];  

  33.             label.textColor = [UIColor grayColor];  

  34.             [label release];  

  35.         }  

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

  37.             cell.accessoryType = UITableViewCellAccessoryDisclosureIndicator; //顯示最右邊的箭頭  

  38.             cell.textLabel.text = @"添加好友";  

  39.         }     

  40.     }  

  41.     return cell;  

  42. }  


向AI問一下細節

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

AI

澄迈县| 清原| 商河县| 宁国市| 兴文县| 石嘴山市| 伊金霍洛旗| 桐梓县| 宁夏| 集贤县| 邢台市| 伽师县| 涿州市| 会宁县| 来凤县| 察哈| 鹤岗市| 永丰县| 精河县| 东辽县| 新乡县| 皋兰县| 乌拉特后旗| 天柱县| 格尔木市| 凤台县| 眉山市| 璧山县| 阿合奇县| 佛教| 黄大仙区| 高碑店市| 神农架林区| 西和县| 清新县| 余姚市| 南靖县| 伊吾县| 德庆县| 台东县| 宜良县|