이것저것

Angela - Swift Deep Dive 위치

유사앱등이 2022. 5. 2. 18:55

 

4-40. Naming Conventions, Commenting and String Interpolation

4-42. Variables

4-43. Arrays

4-46. Constants, the Range Operator and Randomisation

7-72. Functions and Scope

7-75. Functions with Inputs and Type Inference

8-82. If-Else Control Flow

8-83. Switch Statements

8-85. Dictionaries

8-86. Defining and Unwrapping Optionals

9-98. Structures, Methods and Properties

9-103. Functions with Outputs and Return Types

9-105. Immutability

11-122. Classes and Inheritance

11-123. Structs vs Classes

11-128. Optional Binding, Chaining and the Nil Coalescing Operator

13-145. Protocols

13-150. Closures

13-154. Internal and External Parameter Names

13-157. Extensions and Default Implementations for Protocols

15-176. Loops

15-191. Casting as? as! as is and understanding Any