Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 5 Is it possible to change the font and size on the storyboard?

In Xcode 5 is it possible to change the font and size on the storyboard? If I select a UILabel or button etc, and look in the inspector pane to the right, I am unable to find a way of changing the font type and size?

I have found the Edit Menu > Format > Font, and can increase a font size, but have to keep doing this once at a time, rather than being able to edit the number, but can see no way of changing font or colour etc?

like image 825
NeilMortonNet Avatar asked Dec 17 '13 18:12

NeilMortonNet


People also ask

How do you change the font size on a storyboard?

You can increase the font size on the storyboard by clicking on the + symbol on the top-right of the storyboard.

How do you change text size in Xcode?

Press xcode->preferences. select fonts and colors. select ANY font in the list and press cmd+a (select all fonts) select font size for all editor fonts at the bottom of the window.

How do I reduce font size in Xcode?

Changing the Xcode Font SizePress CMD + , Go to Font & Colors. Make sure to press CMD+A to select all possible text types. Then change the font size from the picker above.


2 Answers

You can change the font (choosing from those in Xcode) the size of the font and color, everything from the storyboard

check this screenshot:

enter image description here

like image 62
Ilario Avatar answered Sep 19 '22 14:09

Ilario


Open the Utilities Panel on the right and view the Attributes inspector by using the shortcut key ⌘⌥4 or selecting the shield looking icon at the top of the panel, and when a UILabel, UIButton, or other object containing the desired attributes (Font, color, etc) will show in the inspector window on the right.

By clicking on the icon inside of the "Font" attribute you bring up additional options including the font style, family, and size. You can also select one of the new Dynamic Type styles (Body, Caption, Headline, etc) in this attribute inspector panel.

like image 21
Josh Avatar answered Sep 19 '22 14:09

Josh