Recreating UITextView: Custom Attributes

Learn how to leverage custom attributes processing in text to support different user scenarios.

February 17, 2024 · 8 min · 1547 words · Uladzislau

Recreating UITextView: Text Layout

Learn the basics of text rendering by implementing a UITextView analogue step by step.

January 24, 2024 · 4 min · 753 words · Uladzislau

Text customisation with NSAttributedString

In this article, we will learn about NSAttributedString, learn how to apply text attributes to modify its display, and write a small text editor.

November 4, 2023 · 12 min · 2395 words · Uladzislau