码迷,mamicode.com
首页 > 移动开发 > 详细

Ios UITableViewCell 学习记录

时间:2015-04-21 14:56:13      阅读:118      评论:0      收藏:0      [点我收藏+]

标签:ios uitableviewcell

1.隐藏UITableViewCell的分隔线

    [self.myTableView setSeparatorStyle:UITableViewCellSeparatorStyleNone]; 

    UITableViewCellSeparatorStyle有如下几种 

    typedef NS_ENUM(NSInteger, UITableViewCellSeparatorStyle) {

        UITableViewCellSeparatorStyleNone,

        UITableViewCellSeparatorStyleSingleLine,

        // This separator style is only supported for grouped style table views currently

        UITableViewCellSeparatorStyleSingleLineEtched  

    };


本文出自 “羊仔” 博客,请务必保留此出处http://5934497.blog.51cto.com/5924497/1636419

Ios UITableViewCell 学习记录

标签:ios uitableviewcell

原文地址:http://5934497.blog.51cto.com/5924497/1636419

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!