您的位置:首页 > 其它

如何取消tableview自动布局的20像素

2016-08-17 17:34 218 查看
- (id)initWithCoder:(NSCoder *)aDecoder

{

    self = [super
initWithCoder:aDecoder];

    if (self) {

        self.edgesForExtendedLayout =
UIRectEdgeNone;

    }

    return
self;

}

参考:http://blog.csdn.net/hcy_12345/article/details/48130345
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: