欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

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

 更新時間: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
};


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

相關(guān)文章

最新評論