This commit is contained in:
Vladimir Dubovik
2025-02-21 14:07:01 +03:00
parent bb268cc6ad
commit 9c6515a2f5
10 changed files with 225 additions and 95 deletions

View File

@ -41,6 +41,10 @@ struct ContentView: View {
vm.group = nameGroup
vm.fetchWeekSchedule(group: nameGroup)
}
if let vpkStr = UserDefaults.standard.string(forKey: "vpk") {
vm.fetchWeekVPK(vpk: vpkStr)
}
print(vm.vpks)
}
}
}