Skip to content
fumoboy007 edited this page Nov 27, 2020 · 3 revisions

Types

  • AutoLayoutTextView: An NSTextView subclass that implements intrinsicContentSize so that the text view can participate in layout outside of a scroll view.
  • EagerLayoutManager: An NSLayoutManager subclass that performs layout immediately whenever text changes or whenever the geometry of a text container changes.
  • Label: An AutoLayoutTextView subclass that acts like a label.
  • LayerView: A layer-backed view with additional APIs for setting background color, border width, border color, and corner radius.
  • LayerView.BorderWidth
  • ShadowView: A container view that draws a rectangular shadow underneath its content view in a performant manner.