mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-04 22:47:34 +08:00
458 B
458 B
title, layout, permalink, prevPage, nextPage
| title | layout | permalink | prevPage | nextPage |
|---|---|---|---|---|
| ASEditableTextNode | docs | /docs/editable-text-node.html | text-node.html | image-node.html |
ASEditableTextNode provides a flexible, efficient, and animation-friendly editable text component.
Features:
- scrollable, for long fields of text that are larger than the sizeRange or constrainedSize allow.
- supports placeholder text
Notes:
- does not support layer backing
Examples:
examples/EditableText