Files
AsyncDisplayKit/_docs/editable-text-node.md
2016-04-10 18:08:42 -05:00

429 B

title, layout, permalink, next
title layout permalink next
ASEditableTextNode docs /docs/editable-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