0

In one of the WWDC talks, the devs used a struct called Form (I can't remember which talk but if someone knows and comments the talk number, that would be nice). The link to Form in the Apple Documentation is here, but when I tried to use one in a project, Xcode didn't recognize it:

Use of unresolved identifier 'Form'

I know that some features from the WWDC SwiftUI talks are not currently available, but I wanted to make sure it wasn't a bug or something I am missing, because it does have a page in the Apple SwiftUI Documentation.

Cœur
  • 37,241
  • 25
  • 195
  • 267
RPatel99
  • 7,448
  • 2
  • 37
  • 45

1 Answers1

4

According to the release notes, support for the Form view was added in beta 2, which was released today (6/18/19). Download the latest Xcode beta from Apple and you should be able to use the Form view!

Jumhyn
  • 6,687
  • 9
  • 48
  • 76