Turn off Autocorrect Globally in an App

后端 未结 4 1585
再見小時候
再見小時候 2021-01-24 12:21

I would like to disable text-entry autocorrect in an iPad application, regardless of what the global settings for autocorrect are on the device. Is there a good way to do this t

4条回答
  •  醉梦人生
    2021-01-24 13:06

    You can probably subclass UITextField and set your desired properties to it. Instead of the UITextField you can use this subclassed version.

    This may be worthy if you haven't started implementing your application yet!

提交回复
热议问题