ezijing应用

清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>

 
    UIView *topView = [[UIView alloc]initWithFrame:CGRectMake(0, 0, VIEW_WIDTH, (235 + 79) / 2)];
    [topView setBackgroundColor:[UIColor whiteColor]];
    [self.view addSubview:topView];
    
    _nameLabel = [[UILabel alloc]initWithFrame:CGRectMake(30 / 2, 42 / 2, 100, 32 / 2)];
    [_nameLabel setBackgroundColor:[UIColor clearColor]];
    [_nameLabel setTextColor:[UIColor blackColor]];
    [_nameLabel setFont:[UIFont systemFontOfSize:32 / 2]];
    [topView addSubview:_nameLabel];
    
    _positionLabel = [[UILabel alloc]initWithFrame:CGRectMake(30 / 2, 90 / 2, VIEW_WIDTH - 30 / 2, 32 / 2)];
    [_positionLabel setBackgroundColor:[UIColor clearColor]];
    [_positionLabel setTextColor:[Static colorWithHexString:@"888888"]];
    [_positionLabel setFont:[UIFont systemFontOfSize:24 / 2]];
    [topView addSubview:_positionLabel];
    
    _organizationLabel = [[UILabel alloc]initWithFrame:CGRectMake(30 / 2, 172 / 2, VIEW_WIDTH - 30 / 2, 32 / 2)];
    [_organizationLabel setBackgroundColor:[UIColor clearColor]];
    [_organizationLabel setTextColor:[Static colorWithHexString:@"888888"]];
    [_organizationLabel setFont:[UIFont systemFontOfSize:24 / 2]];
    [topView addSubview:_organizationLabel];