We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@Property (nonatomic,strong) UITextField *downLoadTextField,*upLoadTextField;
The text was updated successfully, but these errors were encountered:
写了这么久,我还真没见过这么写的,基本都是一个一个变量写。。。将来考虑支持一下这种写法吧。
Sorry, something went wrong.
No branches or pull requests
@Property (nonatomic,strong) UITextField *downLoadTextField,*upLoadTextField;
if(!_upLoadTextField){
_upLoadTextField = ({
UITextFielddownLoadTextField, * object = [[UITextFielddownLoadTextField, alloc]init];
object;
});
}
return _upLoadTextField;
}
The text was updated successfully, but these errors were encountered: