I tried to build a textView with two buttons to in/decrease the size of the text. I used:
textView.font = UIFont(name: "System", size: 50)
But no matter which number I set for the size, the text always becomes the same size (around 11) when calling the method.
Why is that? Could you help me with that?