change font size in Xcode dynamically

Change font size in Xcode dynamically

A short description on how to change font size dynamically. Without having to enter Xcode settings and change font size there. With this little Xcode plugin you can alter font size dynamically. I did not make this plugin, and is not affiliated with the creator in any way.

There can be lots of reasons why you want to change font size dynamically. For me its about the convenience.

First you need to download the plugin. Got to this github link: https://github.com/zats/AdjustFontSize-Xcode-Plugin

Download the zip file (Click Download Zip in upper right corner of the file list), and extract it.

Second you “right click” (tap with two fingers on a macbook of any kind) and select “Open with -> Xcode”.

Third you run the program by clicking the run/play button.

Thats it. You have now installed the plugin.

To use the new plugin to increase or decrease the fonts there are only two key combinations.

CMD and + to increase the font.
CMD and – to decrease the font.

Your Xcode is now setup to increase and decrease font size without entering Xcode preferences.

Happy changes!

About Author

Related Posts

Xcode 9 iOS icon sizes

Xcode 9 iOS icon sizes overview

Xcode 9 iOS icon sizes overview Xcode 9 iOS icon sizes overview. They keep adding more and more icon sizes. Xcode 9 has the most icon sizes…

Xcode 9 uiimage image not shown

Xcode 9 uiimage image not shown

Xcode 9 uiimage image not shown Working on some ios apps created with Xcode 8 and your images don’t show after upgrading to Xcode 9? Took me awhile…

Xcode 8 iOS icon sizes overview

Xcode 8 iOS icon sizes overview Xcode 8 iOS icon sizes overview. There are even more icon sizes since Xcode 7. And it can be an extra challenging…

Swift Capitalize

Swift Capitalize words, How to

Swift Capitalize, How to Swift Capitalize is done with a string instance property. Check the example below to see how to use it. There is also a link…

didMove never get called

Xcode – didMove never get called

didMove never get called in Xcode? didMove never get called when creating a new project with Xcode using the Game template. I selected Swift and SpriteKit. I…

Swift Change UIButton text

Swift Change UIButton text

Swift Change UIButton text How to in Swift change UIButton text?A common mistake, also done by myself some time ago, is to try to change it through…

Leave a Reply