I'm working on an app displaying a few hundred custom labels. The custom label is modelled after UILabel. When I implement the custom label using TextKit, the app is using about 0.5 GB of memory. When I implement it using TextKit2, it takes about 1.2 GB.
Did anyone notice such a big difference in memory usage between TextKit and TextKit2?
For how long will TextKit be around before being deprecated?