4. Classes
(1) Creating an empty class
(2) Creating a class with two properties
(3) Creating a class with a private property
(4) Creating a class with an instance method
(5) Creating a class with a static method
(6) Extending a type with a new method
(7) Checking the class of an object
(8) Typecasting
'iOS > Objective-C' 카테고리의 다른 글
[Objective-C] Objective-C에서의 메모리 관리 (0) | 2023.04.12 |
---|---|
[Objective-C] GCD / Paul Hudson의 Objective-C cheat sheet (0) | 2023.04.12 |
[Objective-C] Functions / Paul Hudson의 Objective-C cheat sheet (0) | 2023.04.12 |
[Objective-C] Control flow / Paul Hudson의 Objective-C cheat sheet (0) | 2023.04.12 |
[Objective-C] Variables and constants / Paul Hudson의 Objective-C cheat sheet (0) | 2023.04.08 |