Txt Snippets

Look up working code snippets for common text-view features — placeholder text, character/word limits, auto-growing height, search highlighting, link/data detection, line numbers, custom cursor color, scroll-to-range. Use when the user asks "how do I…" about a small, well-scoped UITextView/NSTextView or NSAttributedString task and you need a copy-paste recipe rather than architecture guidance. Trigger on casual 'how do I add line numbers / a placeholder / a character limit / a custom cursor color' phrasings even when no API name appears. Do NOT use for picking between TextKit 1 and TextKit 2 (txt-textkit-choice), choosing a text view (txt-view-picker), or paragraph-style internals (txt-line-breaking).

sitapix 458d5a3 2 files · 33.7 KB Updated

File contents

sitapix/apple-text/tree/main/skills/txt-snippets commit 458d5a3786

Frequently asked questions

npx skillmds@latest add sitapix/txt-snippets