MobileNumberField(手机号码字段)

SwiftUI 手机号码输入框。

用法

MobileNumberField(
    isValid: self.$isValid,
    phone: self.$phone
)