Copy NSAttributedString in UIPasteBoard

I have found that when I (as a user of the application) copy rich text from a UITextView into the pasteboard, the pasteboard contains two types: “public.text”, “Apple Web Archive pasteboard type Based on that, I created a convenient category on UIPasteboard. (With heavy use of code from this answer). It works, but: The conversion … Read more