Asked By
brenda
0 points
N/A
Posted on - 01/25/2013
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.
How can adjust the user interface setting in Lion?
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 :
Â
-
Choose File > New > New Project.
-
Select the project template for your iOS or OS X product, and click Next.
-
Enter the product name and other project details, and click Next.
-
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
Â