เรียนเขียน iOS App ด้วยภาษา Swift แบบพื้นฐาน เรียนด้วยตัวเอง
- ตอนที่ 1 : การประกาศตัวแปร (variable & constant)
- ตอนที่ 2 : ชนิดของตัวแปร (Data Types)
- ตอนที่ 3: Collection Types (Arrays, Dictionaries, and Sets)
- ตอนที่ 4: Operators ( การใช้เครื่องหมายทางคณิตศาสตร์)
- ตอนที่ 5 : การทำงานแบบมีเงื่อนไข (Conditional statements)
- ตอนที่ 6: การวนซ้ำ Loops (for-in, while)
- ตอนที่ 7 : Functions (ฟังก์ชัน)
- Class vs Structในภาษา Swift ต่างกันอย่างไร
Swift contents
- How to implement simple Collection View using storyboard in Swift5
- How to allow HTTP URL request for debug schema in Xcode — Swift & SwiftUI
- Swift-preview your UI design using SwiftUI(PreviewProvider)
- How to implement UIButton, UILabel, UITextView and etc programmatically
- Swift — How to implement tableView programmatically swift
- Swift — Auto layout of UIView programmatically
- Swift — How to pass data to another view when using performSegue
- Swift — Create ChildView extension
- Swift — Create CLLocationManager in Singleton (separate class)
SwiftUI contents
- SwiftUI — Set up different corner radius of view in SwiftUI
- MVVM design pattern in SwiftUI with ObservableObject @Published @ObservedObject to fetch JSON data
- How to present an Alert in SwiftUI
- Create Inner shadow and shadow in SwiftUI
Others contents