DateOfBirthSectionView

struct DateOfBirthSectionView : View

A struct to handle the date of birth section view.

  • Declaration

    Swift

    @Binding
    var dOfBirth: String { get nonmutating set }
  • Declaration

    Swift

    @Binding
    var dobDate: String { get nonmutating set }
  • Declaration

    Swift

    var body: some View { get }