Slide 69
Slide 69 text
ίʔυͰελΠϧΛࢦఆ
CGRect frame = CGRectMake(0, 0, 100, 100);
UILabel *label = [[UILabel alloc] initWithFrame:frame];
label.nuiClass = @"titleLabel";
[self.view addSubview:label];
CGRect frame = CGRectMake(0, 0, 100, 100);
UILabel *label = [[UILabel alloc] initWithFrame:frame];
[NUIRenderer renderLabel:label withClass:@"titleLabel"];
[self.view addSubview:label];