So I'm working on session 10034 (widgets code along part 1) and the sample code is different from what's appearing in the video. Immediately one file in the Data folder is missing (GameManager.swift) and the automatically generated code for the widget is different from what the video shows (intents are used instead of static configurations).
Am I missing something here? This makes it a bit difficult to complete the session.
Thanks!
Am I missing something here? This makes it a bit difficult to complete the session.
Thanks!
Yeah, I noticed the file missing. But it doesn’t seem to make a difference. At least in the first 2 parts.
the intent vs static configuration has too do on a checkbox when you add the widget target. You must have had it checked and that’s why you have an IntentConfiguration vs an StaticConfiguration
the intent vs static configuration has too do on a checkbox when you add the widget target. You must have had it checked and that’s why you have an IntentConfiguration vs an StaticConfiguration