I’m working on compiling some of my stuff for Mac. I was able to get a project working and compiled via XCode, but I ran into an issue while compiling a project with a custom control -
I would create your ITexts as members of the class. In the screenshot you have a memory leak because you’re allocating a new text object on the heap each draw call using the new keyword but you don’t delete it