1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-21 01:24:21 +00:00

iOS: Fixed UIViewAlertForUnsatisfiableConstraints warning when showing the onscreen keyboard

This commit is contained in:
ed 2021-02-02 18:41:36 +00:00
parent 7c33b2132f
commit 4ef5012271

View file

@ -386,6 +386,8 @@ MultiTouchMapper<UITouch*> UIViewComponentPeer::currentTouches;
hiddenTextView.autocapitalizationType = UITextAutocapitalizationTypeNone;
hiddenTextView.autocorrectionType = UITextAutocorrectionTypeNo;
hiddenTextView.inputAssistantItem.leadingBarButtonGroups = @[];
hiddenTextView.inputAssistantItem.trailingBarButtonGroups = @[];
return self;
}