亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

IOS 基礎(chǔ)之設(shè)置 tableview 的分割線

 更新時(shí)間:2017年03月30日 09:29:28   投稿:lqh  
這篇文章主要介紹了IOS 基礎(chǔ)之設(shè)置 tableview 的分割線的相關(guān)資料,需要的朋友可以參考下

 ios tableView 設(shè)置 tableview 的分割線

實(shí)現(xiàn)效果圖:

  [tableview   setSeparatorColor:[UIColor    blueColor]];  //設(shè)置分割線為藍(lán)色

隱藏UITableViewCell的分隔線

[self.myTableView    setSeparatorStyle:UITableViewCellSeparatorStyleNone]; 

 UITableViewCellSeparatorStyle有如下幾種 
typedef NS_ENUM(NSInteger, UITableViewCellSeparatorStyle) {
  UITableViewCellSeparatorStyleNone,
  UITableViewCellSeparatorStyleSingleLine,
  UITableViewCellSeparatorStyleSingleLineEtched // This separator style is only supported for grouped style table views currently
};


感謝閱讀,希望能幫助到大家,謝謝大家對(duì)本站的支持!

相關(guān)文章

最新評(píng)論