Skip to content

Commit 9e9bb5f

Browse files
Conform to expanded protocol from PhoneNumberKit (#593)
* Conform to expanded protocol from PhoneNumberKit * lint * lint 2 * Lint 3
1 parent bd31da6 commit 9e9bb5f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Sources/StytchUI/Inputs/PhoneNumberInput.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ extension PhoneNumberInput: UITextFieldDelegate {
5656
}
5757

5858
extension PhoneNumberInput: CountryCodePickerDelegate {
59+
func countryCodePickerViewControllerWillDissmiss(_ _: PhoneNumberKit.CountryCodePickerViewController) {}
60+
61+
func countryCodePickerViewControllerDidDissmiss() {}
62+
5963
func countryCodePickerViewControllerDidPickCountry(_ country: CountryCodePickerViewController.Country) {
6064
textInput.countryCodePickerViewControllerDidPickCountry(country)
6165
}

Stytch/Stytch.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)