Skip to content

Commit

Permalink
Merge branch 'master' into bugfix/different-onSubmit-not-applied-to-s…
Browse files Browse the repository at this point in the history
…ame-custom-keyboard-implementations

# Conflicts:
#	README.md
  • Loading branch information
paescebu committed Apr 1, 2023
2 parents 3649bb7 + 97ee92a commit 43931b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You can now build a Keyboard with 100% SwiftUI for your SwiftUI or UIKit App!
- Works flawlessly on iOS and iPadOS

## Creating the Keyboard
Simply extend the CustomKeyboard class and provide a static computed property and use the CustomKeyboardBuilder:
Simply extend the CustomKeyboard class and provide a static computed property and use the CustomKeyboardBuilder, additionally use the `UITextDocumentProxy` instance to modify/delete the focused text and move the cursor. Use the playSystemFeedback closure to play system sounds on `Button` presses:
```swift
extension CustomKeyboard {
static var yesnt: CustomKeyboard {
Expand Down

0 comments on commit 43931b2

Please sign in to comment.