Has attachment | Title | Author | Created | Last Edited | Group | Tags |
---|---|---|---|---|---|---|
Mastering Aussie Football Betting: From the Basics to Advanced Play!
Mastering Aussie Football Betting: From the Basics to Advanced Play! Australian football betting is one […] |
nguyencuong0704 | 2024-10-29 | 2024-10-29 | |||
method
타입(type)과 연관된 함수(function) 즉, 타입 내부에 구현한 함수 |
야곰 | 2021-08-09 | 2021-08-09 | function, method, type | ||
mutable
가변. 변경 가능한. 변수와 같이 초기화된 후에 값이 변경될 수 있는 것. 반대 개념으로는 불변이 […] |
야곰 | 2020-05-23 | 2020-06-11 | immutable, mutable, mutate, 가변, 변경가능, 변수 | ||
nib
Nextstep Interface Builder의 약자로 화면을 구성하는 클래스들을 바이너리 형태로 압축한 파일. XML 형태의 .xib(Xml Interface […] |
남수 | 2020-04-28 | 2020-04-28 | nib, storyboard, xib | ||
nil
nil. 스위프트 프로그래밍 언어에서 값이 없거나 비어있음을 나타냄. 다른 프로그래밍 언어의 NULL, null, NIL 등과 […] |
야곰 | 2020-05-27 | 2020-06-04 | nil, NULL | ||
nil coalescing operator
nil 병합 연산자. ?? 연산자는 두 값 사이에 위치하는 중위 연산자입니다. a ?? b 라고 […] |
야곰 | 2020-05-28 | 2020-06-04 | coalescing, nil, operator, optional, 병합, 연산자, 옵셔널 | ||
Norse Code Podcast Episode #324: All Hail The Consensus Board
*****Obtain Url Right here****Episode Notes:How steep are novice studying curves as a result of issue? […] |
Irvings | 2024-10-15 | 2024-10-15 | |||
NSNotificationCenter
NotificationCenter에 등록된 Event가 발생하면 해당 Event들에 대한 행동을 취하는것. 앱 내에서 아무데서나 메시지를 던지면 앱 […] |
HyunJi | 2020-05-12 | 2020-05-12 | NSNotificationCenter Event | ||
NSObject
서브 클래스가 런타임 시스템에 대한 기본 인터페이스 및 Objective-C 오브젝트로 작동하는 기능을 상속하는 대부분의 Objective-C […] |
iJoom | 2020-04-30 | 2020-04-30 | |||
object
객체. 클래스(class)의 인스턴스(instance). An instance of a class. 관련 강좌 : 클래스 |
야곰 | 2020-05-29 | 2020-06-04 | class, instance, object, 객체, 오브젝트, 인스턴스, 클래스 |