-1

I have implement WWDC 2019 https://developer.apple.com/videos/play/wwdc2019/204/, and push to github in the below. Where can I download all the WWDC 2019 source code? Thank you.

https://github.com/zgpeace/RoomWWDC204

Zgpeace
  • 3,927
  • 33
  • 31

2 Answers2

6

Xcode's developer documentation has most, if not all of WWDCs sample code, you can filter by type "Sample Code" in the bottom left filter field. enter image description here The {} icon indicates a sample code item.

glotcha
  • 558
  • 6
  • 13
1

Here https://developer.apple.com/tutorials/swiftui. You can find the "Creating and Combining Views". There you can find code, that can help to your learn basses of SwiftUI.

I do not think that it is same code. But I think this code is very close.

Andrew Romanov
  • 4,774
  • 3
  • 25
  • 40