mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Disable autocorrect on iOS for issue #1473
This commit is contained in:
parent
aeca3dce41
commit
2bba983f1d
@ -202,5 +202,11 @@
|
||||
return self;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
- (UITextAutocorrectionType) autocorrectionType
|
||||
{
|
||||
return UITextAutocorrectionTypeNo;
|
||||
}
|
||||
|
||||
|
||||
@end
|
||||
|
Loading…
Reference in New Issue
Block a user