MFJones21
Results
1
comments of
MFJones21
So this is the code I am using: `let label = MTMathUILabel()` ` label.frame = CGRect(x: 15, y: 60, width: 1, height: 1)` `label.latex = "x"` `label.sizeToFit()` ` label.textColor =...