c_cpp UITableViewCell全宽

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了c_cpp UITableViewCell全宽相关的知识,希望对你有一定的参考价值。

#import "FullWidthTableViewCell.h"

@implementation FullWidthTableViewCell

- (void)awakeFromNib {
    // Initialization code
    
    // Remove seperator inset
    if ([self respondsToSelector:@selector(setSeparatorInset:)]) {
        [self setSeparatorInset:UIEdgeInsetsZero];
    }
    
    // Prevent the cell from inheriting the Table View's margin settings
    if ([self respondsToSelector:@selector(setPreservesSuperviewLayoutMargins:)]) {
        [self setPreservesSuperviewLayoutMargins:NO];
    }
    
    
    // Explictly set your cell's layout margins
    if ([self respondsToSelector:@selector(setLayoutMargins:)]) {
        [self setLayoutMargins:UIEdgeInsetsZero];
    }
}

- (void)setSelected:(BOOL)selected animated:(BOOL)animated {
    [super setSelected:selected animated:animated];

    // Configure the view for the selected state
}

@end
#import <UIKit/UIKit.h>

@interface FullWidthTableViewCell : UITableViewCell

@end

以上是关于c_cpp UITableViewCell全宽的主要内容,如果未能解决你的问题,请参考以下文章

iOS7 UITableView 部分中的最后一个单元格强制全宽分隔符

UITableViewCell自动布局宽度不适用于UIBezierPath

Outlook '07/'10/'13 上的全宽背景

css 恒定接触全宽:这将使CC嵌入形式在主页上更加全宽并堆叠在小部件上

UIBarButtonItem - 全宽没有灵活空间

视频没有全宽显示