Reputation: 360
Ive been looking around to find an answer, but all I can find is related to web scripting, so...
We are testing an app, and it seems that one user had "increased text size (from phone settings)," but the only texts that are actually increased are the cells of tableviews? I don't understand why the text are not increased in any other place (but I thank the coding god), since it is indeed increased in tableviews? Anyway, can someone help me on how to fix this so that my tableviews hold a static font size?
Upvotes: 0
Views: 274
Reputation: 12942
Probably the developers set defined size for most of the labels. They should use system size to make it work properly.
Upvotes: 2