반응형
[ios] extern 변수에 nullability 지정하기
-
nullability 에 대한 호환이 100% 갖춰지지 않아서인지 이 글을 쓰는 시점에 순서가 명확하지 않은 부분들이 있다.
-
아래와 같은 순서로 type 과 const 사이에 써 주면 된다.
extern NSString * _Nonnull const kTESTMyConst;
반응형
'프로그래밍 놀이터 > iOS' 카테고리의 다른 글
[ios] System font 가져오기 (0) | 2017.12.18 |
---|---|
[ios] block typedef 방법 & param 기입 방법 (0) | 2017.12.17 |
[ios] extern const vs. static const in header (0) | 2017.12.15 |
[ios] Keychain 이란? (0) | 2017.12.14 |
[ios/tutorial] Implicit Animation 없이 property 값 바꾸기 (0) | 2017.12.13 |
댓글