본문 바로가기
iOS/Objective-C

Text 설정

by 패쓰킴 2021. 11. 5.
728x90
UILabel * noSearchResultLB = [[UILabel alloc]initWithFrame:CGRectMake(0, 0, 100, 100)];

[noSearchResultLB setText:@"안녕하세요."];
[noSearchResultLB setFont:[UIFont fontWithName:@"NotoSansOriya" size:20]];
[noSearchResultLB setTextColor:[UIColor colorWithRed:(176/255.0f) green:(190/255.0f) blue:(197/255.0f) alpha:1]];
728x90

'iOS > Objective-C' 카테고리의 다른 글

cornerRadius 원하는 부분에만 적용  (0) 2021.12.15
Push Notification  (0) 2021.12.06
_myView vs. self.myView  (0) 2021.11.17
arrow notation (`->`)  (0) 2021.11.16
isEqual vs. ==  (0) 2021.11.11

댓글