Answer the question
In order to leave comments, you need to log in
Why is the font in the TextView changing?
I have a TextView named GameHistory
. And there is this loop:
for i in 0...20
{
var str = "\(i) \n"
GameHistory.text = GameHistory.text + str
}
Answer the question
In order to leave comments, you need to log in
Is the container size enough? Isn't the container's font size set to auto-reduce?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question