How to move to next field programmatically in nested custom form with custom fields in SwiftUI – Ios swift
I have list of custom fields in a custom form view. The form view is loaded in the content view, which will inform the form view to move to the next field, when the user taps on "Next" button. The…