Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 301 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 301 Bytes

MVVM-Sample

Notes:

  • Tidak boleh mengimport SwiftUI di Model

  • Hanya gunakan Class di ViewModel

  • Menggunakan akses private kecuali memang variable atau fungsi ingin digunakan oleh yang lain

  • View tidak boleh langsung mengakses Model

  • Contoh punya Ko Cis: https://github.com/PandaKris/BMI-mvvm