Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 450 Bytes

DataExtensions.md

File metadata and controls

21 lines (12 loc) · 450 Bytes

Data Extensions

Table of Contents

Name Type iOS tvOS watchOS macOS
attributedString Read-Only Property 8+ 9+ 3+ 10.10+

--

attributedString

NSAttributedString from Data (if applicable).

  • type: Read-Only Property.
  • return type: NSAttributedString?
  • availability: iOS 8+ tvOS 9+ watchOS 3+ macOS 10.10+.

--