How can adjust the user interface setting in Lion?

Asked By 0 points N/A Posted on -
qa-featured

Hi,

Can I adjust the User interface setting in Lion? If yes, then tell me how to do that. I want to scale the menu and fonts.  I also want to scale the ui in lion, entirely. Any Ideas and suggestions are welcomed.

SHARE
Answered By 270 points N/A #196065

How can adjust the user interface setting in Lion?

qa-featured

Hi there Brenda, 

Mac's OS or OS X is written in Xcode 4 under .nib or .xib file extension located at Contentes/Resourcesdirectory. This is quite a bit of a challenge if you want to entirely change your UI. But yes, this is possible, you need to have a program called "Xcode Interface Builder" installed on you machine.

To Create a new UI :

 

  1. Choose File > New > New Project.
  2. Select the project template for your iOS or OS X product, and click Next.
  3. Enter the product name and other project details, and click Next.
  4. Specify the project’s location in your file system, and click Save.

You will find the full tutorial here : Xcode Project

Hope this helps. 

Waall Mike

 

Related Questions