Skip to content
This repository was archived by the owner on Nov 7, 2018. It is now read-only.
This repository was archived by the owner on Nov 7, 2018. It is now read-only.

缩进貌似不是正常的 Tab!!! #37

@zhangqingyv

Description

@zhangqingyv

自动生成的

- (UILabel *)titleLabel
{
	if (!_titleLabel){
        _titleLabel = [UILabel new];
        _titleLabel.font = Font(15);
        _titleLabel.textColor = HEXCOLOR(0x333333);
	}
	return _titleLabel;
}

我期望的

- (UILabel *)titleLabel
{
    if (!_titleLabel){
        _titleLabel = [UILabel new];
        _titleLabel.font = Font(15);
        _titleLabel.textColor = HEXCOLOR(0x333333);
    }
    return _titleLabel;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions