3. Functions
(1) A function that accepts no parameters and returns nothing
(2) A function that accepts no parameters and returns a string
(3) A function that accpets a string and returns a string
(4) A function that accpets a string and an integer, and returns a string
(5) Returning multiple values from a function
(5) A closure that accepts no parameters and returns nothing.
(6) A closure that accepts no parameters and returns a string.
(7) A closure that accepts a string parameter and returns a string.
'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] Classes / 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 |