2024

Part 1: Getting Started with Swift Development
Module 1: Introduction to Swift
Module 2: Variables and Constants

Part 1: Getting Started with Swift Development
Module 1: Introduction to Swift

p 24 เริ่มจาก Object C , แต่ทำ swift เพื่อ clean syntax , powerful features, safety and performance
components of xcode – code editor , debugger , interface builder
p 25 Modern and Expressive – รวม paradigm – OO , functional , protocol-oriented programming
type inference- ทำให้ swift สามารถ deduce type of variable or constant base on initial value
p 26 Interoperative with Objective -C : ให้เราสามารถ leverage ปท objective c กับ frameworke ของ swift projects
p 27 Navigating xcode interface
Alternative Development Env – เช่น swift package manager(SPM) for command line tools , libraries
– 3rd party text editors
p 28 Basics of Xcode IDE
p 29
p 30

Module 2: Variables and Constants