qfish / XAlign

An amazing Xcode Source Editor extension to align regular code. It can align Xnything in any way you want.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

对齐风格,方式问题

eimlfang opened this issue · comments

    _passwordTextField.placeholder     = @"密码";
    _passwordTextField.returnKeyType   = UIReturnKeyGo;
    _passwordTextField.delegate        = self;
    _passwordTextField.backgroundColor = [UIColor clearColor];
    _passwordTextField.secureTextEntry = YES;
    _passwordTextField.rightViewMode = UITextFieldViewModeWhileEditing;

像这样的代码,最后一个 “rightViewMode”的等号就无法对齐,其他的正常,文档说可以自定义,请问该如何自定义,我想要自定义使用tab对齐的方式

commented

同样的问题,请大神解决

是的,除了最后一个,其他的都还好。

#107 解决