By default, if you tap the spacebar twice on the iPhone or iPad, instead of getting " " (two spaces), you get ". " (a period followed by a space). Is there any way to disable this shortcut in code?
Update: Disabling autocorrection via UITextInputTraits doesn't work.
Update 2: Got it! See my post below.