In Xcode, is there a place where font size is stored?
In xCode i want to store the font size of a labe开发者_如何学Cl in an int variable. Where can i find this if it's there?
have you tried the font property ?
myLabel.font.pointSize
You set the font using Interface Builder (IB) of Xcode. The font setting is on the Attributes Inspector.
精彩评论