用户登录
用户注册

分享至

ezijing应用

  • 作者: 一哥一射
  • 来源: 51数据库
  • 2022-08-17
 
    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];
软件
前端设计
程序设计
Java相关