Txt Uitextinput

Implement UITextInput, UIKeyInput, or NSTextInputClient in custom views — marked text for CJK input, position and range arithmetic, geometry for system UI, inputDelegate notifications, UITextInteraction adoption. Use when building a text-editing view that does not derive from UITextView or NSTextView and the keyboard, autocorrect, selection handles, magnifier, or IME input is wrong or missing. Do NOT use for selection or edit-menu customization on stock UITextView/NSTextView (see txt-selection-menus) or for find/replace UI (see txt-find-replace).

sitapix d58ed0d 2 files · 22.1 KB Updated

File contents

sitapix/apple-text/tree/main/skills/txt-uitextinput commit d58ed0dde3

Frequently asked questions

npx skillmds@latest add sitapix/txt-uitextinput