iOS/Objective-C

[Objective-C] Classes / Paul Hudson의 Objective-C cheat sheet

TDCIAN 2023. 4. 12. 09:23

 

사진에 원본 링크 걸어놨습니다!

 

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