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

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

Open
zhangqingyv opened this issue May 26, 2017 · 0 comments
Open

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

zhangqingyv opened this issue May 26, 2017 · 0 comments

Comments

@zhangqingyv
Copy link

自动生成的

- (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;
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant