You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A single extension on `UILabel` that adds some typographic property (see above) using [**Objective-C Runtime**] (for stored properties on a Swift extension), [`NSAttributedString`] (for manage typographic properties), and [`NSKeyValueObservation`] (to be able to use the regular `text` property to manage text content).
17
17
18
-
> 🚧 **Work in progress**. A complemetary blog post (with a corresponding Figma file), and more preview/testing is underway. Also I have high hopes to add leading and trailing image feature as well, so stay tuned.
18
+
See the complementary article at [**UILabel line height, letter spacing and more** UILabel typography extensions].
19
+
20
+
> 🚧 **Work in progress**. I have high hopes to add leading and trailing image feature, as well as upport for `UIButton`.
19
21
20
22
## License
21
23
@@ -24,3 +26,4 @@ A single extension on `UILabel` that adds some typographic property (see above)
[**UILabel line height, letter spacing and more** UILabel typography extensions]: http://blog.eppz.eu/uilabel-line-height-letter-spacing-and-more-uilabel-typography-extensions/
0 commit comments