Is it possible to customize the app’s appearance using Xcode 3? I’m just waiting for Mountain Lion to download Xcode 4, but I want to customize my App’s appearance.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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: