We’re tempted to think of labels as lightweight in terms of memory usage. In the end, they just display text. UILabels are actually stored as bitmaps, which could easily consume megabytes of memory.
— Read on mjtsai.com/blog/2020/02/18/ios-optimization-tips/