[Solved] Customizing App Appearance on Xcode 3? [closed]


Yes, you use the interface builder. What are you specifically trying to customize? Your question is incredibly vague. Also, you know you can still download Xcode 4 without mountain lion installed.

Here is a link on how to go about customizing your app’s UI:

http://developer.apple.com/library/ios/#documentation/IDEs/Conceptual/xcode_quick_start/020-Tutorial_Designing_a_User_Interface_with_Interface_Builder/interface_builder_tutorial.html

EDIT:

You said you wanted to add an image to a Nav bar. Just check the class reference: http://developer.apple.com/library/ios/#documentation/uikit/reference/UINavigationBar_Class/Reference/UINavigationBar.html

Use setBackgroundImage:forBarMetrics:

solved Customizing App Appearance on Xcode 3? [closed]