🖥️
iOS App with Pop
UIKit Swift 5
UIKit Swift 5
  • iOS App development
  • Swift
    • Variable & Constant
    • Number & String
    • Operator
    • Array, Dictionary & Tuple
    • Enum
    • Optional
    • Function
    • Class & Struct
    • Branching
    • Loops
    • Error handler
    • Protocol
    • Extension
  • Create New Project
  • Introduction to Xcode
  • Scene-Based Life-Cycle
  • UIViewController
  • Storyboard
  • First Run
  • Display todo list
  • Basic Auto Layout
  • MVC
  • Model
  • Binding TableView
  • Binding TableViewCell
  • TableViewDelegate
  • Add navigationBar with + button
  • Add new item page
  • TextField and Switch
  • Binding action
  • Add mock item to todo list
  • What is weak?
  • Finish add item
  • Delete todo item
  • Edit todo item
  • Custom new layout
  • Adding new delegate
  • Refactor
  • Pushing edit view
  • Large navigation
  • Drag item
  • Drop item (in app)
  • Save data
  • Where to go from here?
Powered by GitBook
On this page
  • แอปที่เราจะได้หลังจากเรียน
  • สิ่งที่เราจะเรียนกัน

iOS App development

มาสร้าง Todo app กันดีกว่า

NextSwift

Last updated 2 years ago

แอปที่เราจะได้หลังจากเรียน

หลังจากที่เราเรียนจบเราจะได้ Todo app มาหนึ่งอัน ในปัจจุบันการพัฒนาแอปจะมี Framework หลักคือ UIKit และ SwiftUI แต่สำหรับบทเรียนนี้เราจะใช้ UIKit เป็นหลัก เนื่องจากการทำงานในปัจจุบันบางแอปยังจำเป็นต้องซัพพอร์ต iOS ที่มีเวอร์ชั่นเก่า ซึ่งยังไม่สามารถใช้ SwiftUI ในการพัฒนาได้

สิ่งที่เราจะเรียนกัน

  1. Swift พื้นฐาน

    1. ตัวแปร การประกาศและ Type เบื้องต้น

    2. ฟังก์ชั่น

    3. การใช้งาน Protocol ทั้งการสร้างเองและใช้งานของที่มีอยู่แล้ว

  2. MVC เบื้องต้น

  3. Xcode รู้จักและใช้งานส่วนต่าง ๆ

  4. พื้นฐานการพัฒนาแอป iOS

    1. Cycle การทำงานของแอปเบื้องต้น

    2. Cycle การทำงานของหน้าจอ

    3. รู้จัก View ต่าง ๆ เช่น TableView, Label, TextField, Switch, Button และอื่น ๆ

    4. Outlet คืออะไร Action คืออะไร และ Delegate

    5. การจัด Auto layout เบื้องต้น

    6. Navigation ระหว่างหน้า การใช้งาน Segue

    7. การ custom view ของ tableViewCell

    8. การใช้งาน drag and drop เบื้องต้น

    9. การ encode, decode บันทึกและอ่านข้อมูลจากไฟล์

ในขณะที่เขียนเนื้อหานี้ใช้ Xcode 13 และ Swift 5 และใช้ Framework UIKit ในการพัฒนา