UI Programming

NSAttributedString Unveiled

How to customize the text in your app.

Riccardo Cipolleschi
Published in
5 min readDec 2, 2020

--

The main way to show some text to the users is through UILabels. Labels let us customize their text with some attributes. Most of us always use the same attributes to customize them.

However, the NSAttributedString API’s offer so many customization possibilities that I took…

--

--

Riccardo Cipolleschi
The Startup

Hey there, I’m Riccardo. Software engineer at Meta. I have a passion for iOS and I love to share my knowledge with others.