mirror of
https://github.com/SFML/SFML.git
synced 2024-11-28 22:31:09 +08:00
Disable autocorrect on iOS for issue #1473
This commit is contained in:
parent
9f7d8101a9
commit
d8952f28eb
@ -202,5 +202,11 @@
|
|||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
////////////////////////////////////////////////////////////
|
||||||
|
- (UITextAutocorrectionType) autocorrectionType
|
||||||
|
{
|
||||||
|
return UITextAutocorrectionTypeNo;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
Loading…
Reference in New Issue
Block a user