Objective-C 명령어 | ||
명령어 | 내용 | 예시 |
@property |
Getter, Setter 명령어 Getter Setter를 사용할 수 있다. |
@interface Vehicle : NSObject{ int wheels; int seats; }
@property int wheels; @property int seats; -(void)print; @end |
cell.textLabel.font = [UIFont boldSystemFontOfSize:크기]; | tableview 글자 크기 조절 |
cell.textLabel.font = [UIFont boldSystemFontOfSize:30]; |
'[명령어&함수]' 카테고리의 다른 글
[명령어] 안드로이드 함수 & 명령어 (0) | 2020.02.07 |
---|---|
[명령어] Eclipse&IntelliJ 단축 명령어 (0) | 2020.01.07 |
[명령어] Oracle&MySQL (0) | 2019.12.09 |
[명령어] 라우터 (0) | 2019.12.09 |
[명령어] 리눅스&GIT&VIM (0) | 2019.12.09 |