-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed deprecation of keyboard type, since it works now
- Loading branch information
benjaminsage
committed
Oct 25, 2020
1 parent
3fcdf5a
commit 0a4c9be
Showing
2 changed files
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -272,7 +272,4 @@ extension iTextField { | |
/// - Returns: | ||
@available(*, deprecated, renamed: "fontFromUIFont", message: "At this time, Apple will not let us parse a `Font` object❗️ Please use `.fontFromUIFont(_:)` instead.") | ||
public func font(_ font: Font?) -> some View { return EmptyView() } | ||
|
||
@available(*, deprecated, message: "If you would like to change they keyboard ⌨️ please email 📧 me ([email protected]). I didn't think anyone would need to 🙂.") | ||
public func keyboardType(_ type: UIKeyboardType) -> some View { return EmptyView() } | ||
} |