Skip to content

连写属性时,生成的代码不对 #4

@1232209

Description

@1232209

@Property (nonatomic,strong) UITextField *downLoadTextField,*upLoadTextField;

  • (UITextFielddownLoadTextField, )upLoadTextField{
    if(!_upLoadTextField){
    _upLoadTextField = ({
    UITextField
    downLoadTextField, * object = [[UITextField
    downLoadTextField, alloc]init];
    object;
    });
    }
    return _upLoadTextField;
    }

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