Post

Replies

Boosts

Views

Activity

iOS App Dev with SwiftUI Tutorials Typo
In the tutorial on SwiftUI there seems to be a Typo: It says in Step 3 in the section: Managing State and Life Cycle > Managing State and Life Cycle that one should add: MeetingHeaderView(secondsElapsed: scrumTimer.secondsElapsed, secondsRemaining: scrumTimer.secondsRemaining, scrumColor: scrum.color) But it should be MeetingHeader(secondsElapsed: scrumTimer.secondsElapsed, secondsRemaining: scrumTimer.secondsRemaining, scrumColor: scrum.color) Am I right with the assumption that this is a typo and how do I report it? The URL to the tutorial is: https://developer.apple.com/tutorials/app-dev-training/managing-state-and-life-cycle
2
0
634
Mar ’21