🌱 SwiftUI default focus on TextField

Source

I had to use this method I found anything over .52 to work

.onAppear {
      DispatchQueue.main.asyncAfter(deadline: .now() + 1) {  /// Anything over 0.5 seems to work
            self.focusedField = .field
       }
}
Made by Brandon . If you find this project useful you can donate.