I want the font sizes within my UILabels to increase in size depending on the screen size of the device running the app. In the IOS simulator, when I run my app on an iPad,the text is the same size as on an iPhone 4-inch.
I've tried auto-resizing the UILabels and then increasing the font size within those labels programmatically, but I can't figure it out.
Appreciate the help!